@charset "UTF-8";
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
small,
strong,
b,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
menu,
nav,
section,
video {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  border: 0;
  outline: 0;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #666;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

table {
  border-spacing: 0;
}

img {
  max-width: 100%;
}

/* ===================================================================================
resetここまで
=================================================================================== */
body * {
  color: #333333;
  font-size: 2.4vw;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 1;
}

body {
  max-width: 750px;
  margin: 0 auto;
}

.inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

/*fv*/
.fv {
  background: url(../img/fv_bg01.jpg) no-repeat center 0, url(../img/fv_bg02.jpg) no-repeat center 0;
  padding-bottom: 50px;
  /*coupon*/
  /*coupon*/
}
.fv .fv_02 {
  margin-bottom: 10px;
  text-align: center;
}
.fv .fv_text_wrap {
  padding: 0 30px;
  margin-bottom: 30px;
}
.fv .fv_text_wrap .fv_text_01 {
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: 90%;
}
.fv .fv_text_wrap .fv_text_02 {
  line-height: 1.5;
  font-size: 90%;
}
.fv .coupon {
  text-align: center;
}
.fv .coupon h2 {
  margin-bottom: 30px;
}
.fv .coupon .coupon_hayawari10 {
  margin-bottom: 30px;
}
.fv .coupon .coupon_hayawari10 img {
  -webkit-animation: anime1 0.5s ease 0s infinite alternate;
  -moz-animation: anime1 0.5s ease 0s infinite alternate;
  animation: anime1 0.5s ease 0s infinite alternate;
}
@keyframes anime1 {
  from {
    transform: scale(0.97, 0.97);
  }
  to {
    transform: scale(1.03, 1.03);
  }
}
.fv .coupon .coupon_293wari {
  margin-bottom: 40px;
}
.fv .coupon .coupon_mini_title {
  margin-bottom: 10px;
}
.fv .coupon .coupon_list {
  width: 100%;
  margin: 0 auto 60px;
}
.fv .coupon .coupon_list li {
  width: 100%;
  margin: 0 auto 20px;
}
.fv .coupon .coupon_title_purpose {
  margin-bottom: 33px;
}
.fv .coupon .purpose_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto 5px;
}
.fv .coupon .purpose_list li {
  margin-bottom: 20px;
}

/*fv*/
/*care*/
.care {
  background: url(../img/care_bg.jpg) no-repeat center 0;
  padding: 40px 0px;
}
.care h2 {
  text-align: center;
  margin-bottom: 0px;
}
.care p {
  text-align: center;
}

/*care*/
/*special-gift*/
.special-gift {
  margin: -47px 0 0;
  padding: 10px 0 0px;
}
.special-gift .inner {
  width: 100%;
}

/*special-gift*/
/*reason*/
.reason {
  padding: 0px 0 0px;
}
.reason .inner {
  width: 100%;
}

/*reason*/
/*product_wrap*/
.product_wrap {
  width: 690px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product_wrap .product_list {
  background: #fff;
  padding: 10px 10px 30px;
  margin-bottom: 40px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}
.product_wrap .product_list .product_tit {
  color: #7E581D;
  font-weight: bold;
  font-size: 27px;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.4;
  padding: 0.7em 0 0.7em;
  vertical-align: middle;
  margin-left: 10px;
}
.product_wrap .product_list .price-up {
  font-size: 26px;
  color: #B90E00;
  font-weight: bold;
  margin-left: 30px;
  margin-bottom: 10px;
}
.product_wrap .product_list .price_wrap {
  vertical-align: text-bottom;
  margin: 0 auto;
}
.product_wrap .product_list .price_wrap .price_wrap-left {
  margin-left: 30px;
  padding-bottom: 28px;
}
.product_wrap .product_list .price_wrap .price_big {
  font-size: 50px;
  color: #B90E00;
  font-weight: bold;
  margin-left: 20px;
  line-height: 0.8;
}
.product_wrap .product_list .price_wrap .en {
  font-size: 36px;
  color: #B90E00;
  font-weight: bold;
}
.product_wrap .product_list .price_wrap .tax {
  font-size: 20px;
  font-weight: normal;
  color: #B90E00;
}
.product_wrap .product_list .price_wrap .price_uchikeshi {
  font-size: 30px;
  color: #666666;
  text-decoration: line-through;
  margin: 0 10px 0 30px;
}
.product_wrap .product_list .price_wrap .cart_btn {
  text-align: center;
}

.product_wrap .col_1 {
  width: 670px;
}

.product_wrap .sp_col_1 {
  width: 650px;
  padding: 20px 20px 20px;
}
.product_wrap .sp_col_1 .col_2_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product_wrap .sp_col_1 .col_2_wrap .col_2-right {
  padding: 0px;
  width: 330px;
}
.product_wrap .sp_col_1 .col_2_wrap .col_2-right .product_tit {
  color: #002F63;
  line-height: 1.2;
  padding: 0 0 0.4em;
  margin-left: 0em;
  font-size: 25px;
  height: 3.6em;
}
.product_wrap .sp_col_1 .col_2_wrap .col_2-right .price-up {
  font-size: 24px;
  margin-left: 10px;
  text-align: center;
}
.product_wrap .sp_col_1 .col_2_wrap .col_2-right .price_big {
  font-size: 38px;
  margin-left: 0px;
}
.product_wrap .sp_col_1 .col_2_wrap .col_2-right .en {
  font-size: 28px;
}
.product_wrap .sp_col_1 .col_2_wrap .col_2-right .tax {
  font-size: 24px;
}
.product_wrap .sp_col_1 .col_2_wrap .col_2-right .price_uchikeshi {
  font-size: 28px;
}
.product_wrap .sp_col_1 .col_2_wrap .col_2-right .cart_btn {
  text-align: center;
  margin-bottom: 0px;
}
.product_wrap .sp_col_1 .col_2_wrap .col_2-right .col_2-right_first {
  text-align: center;
  display: block;
  padding: 0px 0 12px;
}
.product_wrap .sp_col_1 .col_2_wrap .col_2-right .col_2-right_second {
  text-align: center;
  margin-bottom: 20px;
}
.product_wrap .sp_col_1 .product_tit {
  font-size: 27px;
  line-height: 1.4;
  text-align: center;
  min-height: 3.2em;
  padding: 0.7em 0 0.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.product_wrap .sp_col_1 .price-up {
  font-size: 24px;
  margin-left: 10px;
}
.product_wrap .sp_col_1 .price_wrap {
  display: block;
  margin-left: 0px;
}
.product_wrap .sp_col_1 .price_wrap .price_wrap-left {
  margin-bottom: 0px;
  text-align: center;
  margin-left: 11px;
  padding-bottom: 0px;
}
.product_wrap .sp_col_1 .price_wrap .price_big {
  font-size: 46px;
  margin-left: 5px;
}
.product_wrap .sp_col_1 .price_wrap .en {
  font-size: 36px;
}
.product_wrap .sp_col_1 .price_wrap .tax {
  font-size: 20px;
}
.product_wrap .sp_col_1 .price_wrap .price_uchikeshi {
  font-size: 18px;
  margin: 0 0px 0 10px;
  padding-bottom: 5px;
  display: inline-block;
}
.product_wrap .sp_col_1 .price_wrap .cart_btn {
  text-align: center;
  margin-bottom: 5px;
}

.product_wrap .sp_col_2 {
  width: 305px;
  padding: 15px 15px 20px;
}
.product_wrap .sp_col_2 .product_tit {
  font-size: 26px;
  line-height: 1.3;
  text-align: center;
  min-height: 3.8em;
  padding: 0.7em 0 0.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 0px;
}
.product_wrap .sp_col_2 .price-up {
  font-size: 22px;
  margin-left: 0px;
  text-align: center;
}
.product_wrap .sp_col_2 .price_wrap {
  display: block;
  margin-left: 0px;
}
.product_wrap .sp_col_2 .price_wrap .price-left_col4_first {
  text-align: center;
  padding: 0px 0 17px;
}
.product_wrap .sp_col_2 .price_wrap .price-left_col4_second {
  text-align: center;
}
.product_wrap .sp_col_2 .price_wrap .price_big {
  font-size: 32px;
  margin-left: 0px;
}
.product_wrap .sp_col_2 .price_wrap .en {
  font-size: 24px;
}
.product_wrap .sp_col_2 .price_wrap .tax {
  font-size: 20px;
}
.product_wrap .sp_col_2 .price_wrap .price_uchikeshi {
  font-size: 24px;
  margin: 0 0px 0 10px;
  padding-bottom: 5px;
  display: inline-block;
}
.product_wrap .sp_col_2 .price_wrap .price_wrap-left {
  padding-bottom: 18px;
  margin-left: 0px;
}

/*product_wrap*/
/*ranking*/
.ranking {
  background: url(../img/ranking_bg.jpg) no-repeat center 0;
  padding: 30px 0 130px;
  overflow: hidden;
}
.ranking .swiper-container {
  overflow: visible;
}
.ranking .inner h2 {
  text-align: center;
  margin-bottom: 30px;
}
.ranking .product_wrap {
  width: 640px;
  flex-wrap: nowrap;
}
.ranking .product_wrap .product_list {
  margin: 0 7px 25px;
}
.ranking .product_wrap .product_list p:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ranking .product_wrap .product_list span img {
  display: inline;
}
.ranking .product_wrap .product_list .product_tit {
  color: #002F63;
  font-weight: bold;
  font-size: 27px;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 2.5;
  vertical-align: middle;
  text-align: center;
}
.ranking .product_wrap .col_1 {
  width: 640px;
}
.ranking .product_wrap .col_1 .tax {
  font-size: 25px;
}
.ranking .product_wrap .col_1 .price_uchikeshi {
  font-size: 30px;
  margin: 0 10px 0 15px;
}
.ranking .product_wrap .col_1 .price_big {
  font-size: 48px;
  margin-left: 10px;
}

/*ranking*/
/*catalog*/
.catalog {
  background: url(../img/catalog_bg.jpg) no-repeat center 0;
  padding: 365px 0 70px;
}
.catalog .inner {
  position: relative;
}
.catalog .inner h2 {
  position: absolute;
  top: -410px;
  left: 0;
  z-index: 10;
}
.catalog .inner .product_wrap li {
  background: #004099;
}
.catalog .inner .product_wrap li a:hover {
  opacity: 1;
  -webkit-filter: brightness(113%);
  -moz-filter: brightness(113%);
  -ms-filter: brightness(113%);
  filter: brightness(113%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.catalog .inner .product_wrap li .product_tit {
  color: #FFFF00;
}
.catalog .inner .product_wrap li .price_big {
  color: #fff;
}
.catalog .inner .product_wrap li .en {
  color: #fff;
}
.catalog .inner .product_wrap li .tax {
  color: #fff;
}
.catalog .inner .product_wrap li .price_uchikeshi {
  color: #fff;
}
.catalog .inner .product_wrap li .price-up {
  color: #fff;
  border: #B90E00;
}
.catalog .inner .catalog_more {
  text-align: center;
  margin-bottom: 50px;
}
.catalog .inner .catalog_more a:hover {
  opacity: 1;
  -webkit-filter: brightness(113%);
  -moz-filter: brightness(113%);
  -ms-filter: brightness(113%);
  filter: brightness(113%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*catalog*/
/*compare*/
.compare {
  background: #9B8328;
  padding: 335px 0 60px;
}
.compare .inner {
  position: relative;
}
.compare .inner h2 {
  position: absolute;
  top: -405px;
  left: 0px;
}

/*compare*/
/*brand*/
.brand {
  background: url(../img/brand_bg.jpg) no-repeat center 0;
  padding: 225px 0 39px;
}
.brand .inner {
  position: relative;
}
.brand .inner h2 {
  position: absolute;
  top: -296px;
  left: 0px;
}
.brand .brand_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.brand .brand_list li {
  width: 334px;
  margin-bottom: 40px;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}
.brand .brand_list li:nth-child(odd) {
  margin-right: 20px;
}
.brand .brand_list li a:hover {
  opacity: 1;
  -webkit-filter: brightness(113%);
  -moz-filter: brightness(113%);
  -ms-filter: brightness(113%);
  filter: brightness(113%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*brand*/
/*how-to-eat*/
.how-to-eat {
  padding: 0px 0 70px;
}
.how-to-eat .inner h2 {
  text-align: center;
  margin-bottom: 32px;
}
.how-to-eat .inner .product_wrap li {
  border-top: 5px solid #004099;
  padding: 10px 15px 30px;
}
.how-to-eat .inner .product_wrap li .how-to-eat_img-title {
  text-align: center;
  padding: 0px 0 10px;
  min-height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.how-to-eat .inner .product_wrap li .product_tit {
  color: #004099;
}
.how-to-eat .inner .product_wrap li.sp_col_2 {
  padding: 15px 15px 15px;
}

/*how-to-eat*/
/*price*/
.price {
  background: url(../img/price_bg.jpg) no-repeat center 0;
  padding: 74px 0 83px;
  margin-top: -30px;
}
.price .inner h2 {
  text-align: center;
  margin-bottom: 80px;
}
.price .inner h3 {
  margin-bottom: 20px;
}
.price .inner .product_wrap li .product_tit {
  color: #002F63;
  line-height: 1.4;
  padding: 0.8em 0 0.7em;
  margin-left: 0em;
}
.price .inner .product_wrap li .price_single {
  margin-top: 77px;
  margin-bottom: 20px;
}

/*price*/
/*gift*/
.gift {
  background: url(../img/gift_bg.jpg) no-repeat center 0;
  padding: 270px 0 83px;
  position: relative;
}
.gift .inner h2 {
  position: absolute;
  top: -60px;
  left: 0;
}
.gift .inner h3 {
  text-align: center;
  margin-bottom: 20px;
}
.gift .inner .gift_more {
  text-align: center;
  margin-bottom: 50px;
}
.gift .inner .gift_more a:hover {
  opacity: 1;
  -webkit-filter: brightness(113%);
  -moz-filter: brightness(113%);
  -ms-filter: brightness(113%);
  filter: brightness(113%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*gift*/
.side_bnr {
  display: block;
  width: auto;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 30%;
  right: 0;
  z-index: 100000 !important;
}

.side_bnr a:hover {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
