html.is-nav-active {
  overflow: hidden;
}

html.is-nav-active body {
  overflow: hidden;
}

nav#spnav .inner {
  overflow-y: scroll;
  transform: translateZ(0);
}

/* Shop Banner */
.shop-banner {
  position: relative;
  margin-bottom: 145px;
}

.shop-banner .shop-banner__wrapper {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -95px;
  left: 0;
  text-align: center;
}

.shop-banner .shop-banner__banner {
  margin: 0 auto;
  box-shadow: 0 3px 20px 20px rgba(0, 0, 0, 0.09);
}

.shop-banner .shop-banner__wrapper > a {
  display: inline-block;
}


/* Shop */
.nav-shop {
  position: relative;
  padding: 20px 0 20px;
  font-size: 0;
  pointer-events: none;
  transition: all 190ms cubic-bezier(0.545, 0.080, 0.520, 0.975);
  text-align: center;
}

.nav-shop.is-active {
  background-color: rgba(255, 255, 255, 1);
  pointer-events: auto;
  border-bottom: 1px solid #ccc;
}

.nav-shop > a {
  display: inline-block;
  opacity: 0;
}

.nav-shop.is-active > a {
  opacity: 1;
  pointer-events: auto;
}

.nav-shop > a:hover {
  opacity: 0.85;
}

.nav-shop .nav-shop__banner {
  display: inline;
  opacity: 0;
  visibility: hidden;
  transition: all 190ms cubic-bezier(0.545, 0.080, 0.520, 0.975);
}

.nav-shop.is-active .nav-shop__banner {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 496px) {
  .nav-shop {
    padding: 15px 90px 15px 0;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 190ms cubic-bezier(0.545, 0.080, 0.520, 0.975);
    text-align: right;
  }

  .nav-shop > a {
    padding: 0;
  }

  .nav-shop.is-active {
    background-color: rgba(255, 255, 255, 1);
  }
}

@media (max-width: 374px) {
  .nav-shop {
    padding-right: 60px;
  }
}


/* SM header */
nav#spnav .sm-header {
  background-color: #fff;
}

nav#spnav .sm-header .btn_onlineshop {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 150px;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  background-color: #bc6469;
  border: 1px solid #bc6469;
  text-align: center;
  font-size: 15px;
}

nav#spnav .sm-header .btn_onlineshop::after {
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 2.5px;
  background: url(/images/new/product/icon-cart.png) center center no-repeat;
  background-size: cover;
  content: "";
}

nav#spnav .sm-header .btn_onlineshop:hover {
  background-color: #fff;
  color: #bc6469;
}

nav#spnav .sm-header .btn_onlineshop:hover::after {
  background: url(/images/new/product/icon-cart-active.png) center center no-repeat;
  background-size: cover;
}

nav#spnav .sm-header .btn_onlineshop--sp {
  display: none !important;
}

@media (max-width: 770px) {
  nav#spnav .sm-header .btn_onlineshop--sp {
    display: -webkit-flex !important;
    display: flex !important;
    margin: 0 auto;
  }

  nav#spnav .sm-header .btn_onlineshop--pc {
    display: none !important;
  }

  nav#spnav .sm-header {
    text-align: center;
    transition: margin-top 190ms cubic-bezier(0.545, 0.080, 0.520, 0.975);
  }

  nav#spnav .sm-header .sm-header__shop {
    padding-bottom: 25px;
  }
}


/* Graph */
.graph-wrapper {
  max-height: 150px;
}

.graph {
  max-width: 300px;
  margin-top: 35px;
}

.graph .cls-1 {
  fill: #ece9dc;
  opacity: 0.3;
}

.graph .cls-1, .cls-2, .cls-3 {
  fill-rule: evenodd;
}

.graph .cls-2 {
  fill: #d1c0a5;
}

.graph .cls-3 {
  fill: #7e6b5a;
}

@media (max-width: 496px) {
  .graph {
    margin-top: 20px;
  }
}


/* Single Product */
.single-wrapper {
  margin-left: -12.5px;
  margin-right: -12.5px;
}


/* Single Product */
.single-thumb {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.single-thumb img {
  display: block;
  margin: 0 auto;
}


/* Single Product */
.single-product {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.single-product .single-product__wrapper {
  padding: 5px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.single-product .single-product__price {
  margin: 20px 0;
}


/* clear */
@media (max-width: 770px) {
  .clearfix--sm {
    display: block;
    clear: both;
  }
}


/* Product Collabo */
.product-collabo {
  margin-top: 80px;
  text-align: center;
}

.product-collabo .product-collabo__link {
  display: inline-block;
}

.product-collabo .product-collabo__text {
  margin: 20px 0 0;
  font-size: 18px;
  letter-spacing: -0.04em;
}

@media (max-width: 496px) {
  .product-collabo {
    margin-top: 50px;
  }

  .product-collabo .product-collabo__text {
    font-size: 15px;
    text-align: left;
  }
}


/* Product Category */
.product-category {
  padding-bottom: 45px;
}

.product-category .product-category__wrapper {
  margin-bottom: 0;
}

@media (max-width: 496px) {
  .product-category .product-category__wrapper {
    margin-top: 50px;
  }
}


/* Product Section */
.product-section .product-section__lead {
  margin: 20px 0 0;
  font-size: 18px;
  letter-spacing: -0.04em;
}

.product-section .product-section__title {
  margin-top: 0;
}

@media (max-width: 496px) {
  .product-section .product-section__lead {
    font-size: 15px;
  }
}


/* Product List */
.product-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 82%;
  margin: 10px auto 0;
}

.product-list.product-list--center {
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 496px) {
  .product-list {
    width: 100%;
    margin-top: 40px;
  }

  .product-list.product-list--center {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}


/* Product Item */
.product-item {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 60px 20px 0;
  text-align: center;
}

.product-item.product-item--bonbon {
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.product-item.product-item--granola,
.product-item.product-item--drink {
  -webkit-flex: 0 0 26%;
  flex: 0 0 26%;
  max-width: 26%;
}

.product-item .product-item__title {
  margin-top: 20px;
  font-size: 120%;
}

.product-item .product-item__price {
  margin-bottom: 0;
}

.product-item .product-item__graph {
  margin-top: 10px;
}

.product-item .product-item__desc {
  margin: 10px 0 0;
  font-size: 14px;
  text-align: left;
}

.product-item .product-item__link {
  margin: 10px 0 0;
}

.product-item .product-item__image img {
  display: block;
  width: auto;
  max-height: 270px;
  margin: 0 auto;
}

.product-item.product-item--bonbon img {
  width: auto;
  max-height: 115px;
}

.product-item.product-item--box img {
  width: auto;
  max-height: 155px;
}

.product-item.product-item--other img {
  width: auto;
  max-height: 155px;
}

.product-item.product-item--cake img {
  width: auto;
  max-height: 155px;
}

.product-item.product-item--granola img {
  width: auto;
  max-height: 192px;
}

.product-item.product-item--drink img {
  width: auto;
  max-height: 160px;
}

@media (max-width: 496px) {
  .product-item {
    -webkit-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin: 0;
  }

  .product-item:nth-child(-n+2) {
    padding-top: 0;
  }

  .product-item .product-item__title {
    margin-top: 15px;
  }

  .product-item .product-item__desc {
    font-size: 11px;
  }

  .product-item .product-item__image img {
    max-height: 215px;
  }

  .product-item.product-item--bonbon img {
    max-height: 75px;
  }

  .product-item.product-item--box img {
    max-height: 135px;
  }

  .product-item.product-item--other img {
    max-height: 120px;
  }

  .product-item.product-item--cake img {
    max-height: 120px;
  }

  .product-item.product-item--cake img {
    max-height: 175px;
  }

  .product-item.product-item--drink img {
    max-height: 120px;
  }
}

/* free-shipping */
.del {
  color: #bc6469;
  text-decoration : line-through ;
}
.del span {
  color: #000;
}

.red-text {
  color: #bc6469;
}

/* allergy */
.allergy {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 25px;
}

.allergy .allergy__title {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}

.allergy .allergy__text {
  margin-bottom: 25px;
  font-size: 18px;
  text-align: left;
}

.allergy .allergy__note {
  margin: 25px 0 0;
  font-size: 18px;
  text-align: left;
}

.allergy .allergy__btn {
  display: block;
  margin-top: 30px;
  padding:  5px 0;
  color: #fff;
  background-color: #455a7c;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.allergy .allergy__btn:hover {
  opacity: 0.85;
}

@media (max-width: 496px) {
  .allergy .allergy__title {
    font-size: 16px;
  }

  .allergy .allergy__text {
    font-size: 12px;
  }

  .allergy .allergy__note {
    font-size: 12px;
  }

  .allergy .allergy__btn {
    font-size: 12px;
  }
}



/* allergy list */
.allergy-list {
  display: table;
  width: 100%;
  background-color: #f2f2f2;
  padding: 5px 10px;
  text-align: left;
}

.allergy-list .allergy-list__item {
  display: table-row;
  vertical-align: middle;
}

.allergy-list .allergy-list__title {
  display: table-cell;
  width: 1px;
  font-size: 16px;
  white-space: nowrap;
}

.allergy-list .allergy-list__tel {
  display: table-cell;
  padding-left: 20px;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

@media (max-width: 496px) {
  .allergy-list {
    padding: 15px 20px;
  }

  .allergy-list .allergy-list__title {
    font-size: 12px;
  }

  .allergy-list .allergy-list__tel {
    font-size: 16px;
  }
}


/* present title */
.present .present__body {
  max-width: 788px;
  margin: 0 auto;
}

@media (max-width: 496px) {
  .present .present-title {
    font-size: 24px;
  }
}


/* present-hero */
.present-hero {
  position: relative;
  max-width: 1140px;
  margin: 40px auto 0;
}

@media (max-width: 496px) {
  .present-hero {
    padding: 0 20px;
  }

  .present-hero > img {
    width: 100%;
  }
}


/* present-icon */
.present-icon {
  position: absolute;
  width: 175px;
  height: 175px;
  bottom: -40px;
  left: 65px;
}

.present-icon__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 0 10px 10px 0;
  border-radius: 100%;
}

.present-icon__wrapper img {
  position: relative;
  z-index: 10;
}

.present-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(230, 189, 30, 0.95);
  content: "";
}

@media (max-width: 770px) {
  .present-icon {
    width: 90px;
    height: 90px;
    bottom: -35px;
    left: 25px;
  }

  .present-icon__wrapper {
    padding: 0 5px 5px 0;
  }

  .present-icon__wrapper img {
    width: 68px;
    height: auto;
  }
}


/* present-form */
.present-form {
  margin: 0 -100%;
  padding: 0 100%;
  background-color: #F4F4F4;
}

.present-form .present-form__form {
  margin: 0;
}

.present-form .present-form__wrapper {
  max-width: 788px;
  margin: 0 auto;
  padding: 50px 20px;
}

.present-form .present-form__lead {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: bold;
}

.present-form .present-form__inner {
  margin-top: 50px;
  padding: 40px 0 60px;
}

.present-form .present-form__body {
  position: relative;
  margin-top: 50px;
  padding-bottom: 30px;
}

.present-form .present-form__body::after {
  display: block;
  position: absolute;
  top: 0;
  left: 214px;
  width: 1px;
  height: 100%;
  background-color: #222;
  content: "";
}

.present-form .present-form__item {
  display: -webkit-flex;
  display: flex;
  padding-top: 30px;
}

.present-form .present-form__label {
  display: block;
  flex: 0 0 214px;
  max-width: 214px;
  margin-right: 30px;
  padding-right: 30px;
  font-weight: bold;
  text-align: right;
  line-height: 40px;
}

.present-form .present-form__label:not(:first-child) {
  padding-top: 40px;
}

.present-form .invalid .present-form__label--pc:not(:first-child) {
  padding-top: 60px;
}

.present-form .present-form__control {
  display: -webkit-flex;
  display: flex;
  text-align: left;
}

.present-form .present-form__control--block {
  display: block;
}

.present-form .present-form__control:not(:first-of-type) {
  margin-top: 40px;
}

.present-form .present-form__control > span:not(:first-of-type) {
  padding-left: 20px;
}

.present-form .present-form__control--block > span:not(:first-of-type) {
  display: block;
  padding-left: 0;
  margin-top: 5px;
}

.present-form span.present-form__tip {
  display: block;
  color: #f00;
  font-size: 12px;
}

.present-form .present-form__input {
  width: 100%;
  height: 40px;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #707070;
}

.present-form .present-form__input .present-form__input--all {
}

.present-form .present-form__input:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.present-form .present-form__radio {
  display: block;
  width: 100%;
}

.present-form .present-form__radio-wrapper {
  display: -webkit-flex;
  display: flex;
  margin: 0 -5px;
}

.present-form .present-form__radio.is-disable {
  opacity: 0.3;
  pointer-events: none;
}

.present-form .present-form__radio-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 5px;
}

.present-form .present-form__radio-item {
  cursor: pointer;
  padding: 0 5px;
}

.present-form .present-form__radio-item input {
  margin-right: 5px;
}

.present-form .present-form__radio-title {
  display: inline;
  margin: 0;
  line-height: 1;
  font-size: 12px;
}

.present-form .present-form__radio-item.is-disable {
  display: block;
  opacity: 0.3;
  pointer-events: none;
}

.present-form .present-form__select {
  position: relative;
  width: auto;
  padding: 0 30px 0 10px;
  font-size: 14px;
  border-radius: 0;
  -webkit-appearance: none;
}

.present-form .present-form__select:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.present-form .present-form__select-wrapper > span {
  position: relative;
}

.present-form .present-form__select-wrapper > span::after {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  height: 10px;
  margin: auto;
  font-size: 10px;
  line-height: 1;
  transform: scale(0.7);
  content: "▼";
}

.present-form .present-form__select-wrapper > span.is-disable::after {
  opacity: 0.3;
}

.present-form .present-form__note {
  padding-left: 10px !important;
  color: #999;
  line-height: 40px;
  font-size: 12px;
  white-space: nowrap;
}

.present-form .present-form__caution {
  margin: 0 !important;
  font-size: 12px;
  color: #999;
}

.present-form .present-form__submit {
  margin-top: 40px;
}

.present-form .present-form__submit input {
  max-width: 250px;
  width: 100%;
  height: 40px;
  background-color: #405A83;
  border-radius: 100px;
}

.present-form .present-form__error {
  display: block;
  margin-top: 20px;
  color: #f00;
}

@media (max-width: 770px) {
  .present-form .present-form__body::after {
    left: 164px;
  }

  .present-form .present-form__label {
    flex: 0 0 164px;
    max-width: 164px;
  }
}

@media (max-width: 496px) {
  .present-form .present-form__wrapper {
    padding: 35px 20px 24px;
  }

  .present-form .present-form__lead {
    margin: 20px 0 0;
    font-size: 14px;
    text-align: center;
  }

  .present-form .present-form__item {
    display: block;
    padding-top: 19px;
  }

  .present-form .present-form__body {
    margin-top: 6px;
    padding-bottom: 0;
  }

  .present-form .present-form__body::after {
    display: none;
  }

  .present-form .present-form__control {
    margin-top: 0;
  }

  .present-form .present-form__control:not(:first-child) {
    margin-top: 0;
  }

  .present-form .present-form__control span:not(:first-of-type) {
    padding-left: 5px;
  }

  .present-form .present-form__control--block span:not(:first-of-type) {
    padding-left: 0;
  }

  .present-form .present-form__inner {
    margin-top: 20px;
  }

  .present-form .present-form__label {
    margin-bottom: 2px;
    max-width: none;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }

  .present-form .present-form__radio-wrapper {
    flex-wrap: wrap;
  }

  .present-form .present-form__radio-item {
    display: block;
    flex-basis: 50%;
    max-width: 50%;
    margin: 0 0 10px;
  }

  .present-form .present-form__select--harf {
    width: 50%;
  }

  .present-form .present-form__select--all {
    width: 100%;
  }

  .present-form .present-form__select-wrapper {
    display: block;
    width: 100%;
  }

  .present-form .present-form__input {
    font-size: 14px;
  }

  .present-form .present-form__radio-item img {
    width: 100%;
    height: auto;
  }

  .present-form .present-form__submit {
    margin-top: 25px;
  }

  .present-form .present-form__submit input {
    max-width: none;
    font-size: 16px;
  }
}


/* Campaign */
.campaign {
  margin-top: 50px;
  text-align: center;
}

.campaign .campaign__body {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 20px;
}

.campaign .campaign__body > img {
  margin: auto;
}

.campaign .campaign__catch img {
  margin: 0 auto;
}

.campaign .campaign__content {
  margin-top: 10px;
  padding: 25px 0 20px;
  background-image: linear-gradient(to right, #999, #999 2px, transparent 2px, transparent 6px),
  linear-gradient(to right, #999, #999 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-position: left top, left bottom;
  background-repeat: repeat-x;
}

.campaign .campaign__label {
  display: inline-block;
  padding: 0 10px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.campaign .campaign__lead {
  margin-top: 10px;
  font-size: 26px;
  line-height: 1.3;
}

.campaign .campaign__text {
  margin: 25px 0 20px;
  font-size: 16px;
  text-align: left;
  line-height: 1.714;
}

.campaign .campaign__text > a {
  text-decoration: underline;
}

.campaign .campaign__sample img {
  margin: 0 auto;
}

.campaign .campaign__note {
  margin: 0;
  font-size: 10px;
  color: #666;
  text-align: center;
}

@media (max-width: 496px) {
  .campaign {
    margin-top: 30px;
  }

  .campaign .campaign__body {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .campaign .campaign__content {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 20px 10px;
  }

  .campaign .campaign__text {
    font-size: 14px;
  }

  .campaign .campaign__note {
    max-width: 320px;
    margin: 0 auto;
  }

  .campaign .campaign__sample {
    margin: 5px -20px 0;
  }
}


/* campaign info */
.campaign-info {
  margin-top: 25px;
  color: #405A83;
}

.campaign-info + .campaign-info {
  margin-top: 20px;
}

.campaign-info .campaign-info__label {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #405A83;
  font-weight: bold;
}

.campaign-info .campaign-info__text {
  margin: 10px 0 0;
  line-height: 1.28;
  font-weight: bold;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.campaign-info .campaign-info__note {
  margin: 5px 0 0;
  font-size: 12px;
}

@media (max-width: 496px) {
  .campaign-info .campaign-info__text {
    font-size: 14px;
  }

  .campaign-info .campaign-info__note {
    font-size: 11px;
  }
}


/* Present about */
.present-about {
  margin: 40px -100% 0;
  padding: 40px 100%;
  background-color: rgba(64, 90, 131, 0.1);
}

.present-about .present-about__wrapper {
  padding: 0 20px;
}

.present-about .present-about__title {
  margin: 0;
  font-weight: bold;
  color: #222;
}

.present-about .present-about__text {
  margin: 10px 0 0;
  text-align: left;
  font-size: 16px;
  color: #222;
}

.present-about .present-about__point {
  margin-top: 20px;
}

.present-about .present-about__point img {
  margin: 0 auto;
}

@media (max-width: 496px) {
  .present-about .present-about__title {
    font-size: 16px;
  }

  .present-about .present-about__text {
    font-size: 14px;
  }
}

/* point list */
.point-list {
  margin-top:  25px;
}

.point-list .point-list__item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 620px;
  margin: 0 auto;
  text-align: left;
}

.point-list .point-list__item:not(:first-child) {
  margin-top: 12px;
}

.point-list .point-list__label {
  flex: 0 0 auto;
  margin-right: 15px;
}

.point-list .point-list__title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.point-list .point-list__text {
  margin: 0;
  font-size: 16px;
  color: #666;
}

@media (max-width: 496px) {
  .point-list .point-list__label {
    margin-right: 5px;
  }

  .point-list .point-list__label img {
    width: 50px;
  }

  .point-list .point-list__item {
    max-width: 520px;
  }

  .point-list .point-list__title {
    font-size: 12px;
  }

  .point-list .point-list__text {
    font-size: 12px;
  }
}


/* Note */
.note {
  margin-bottom: -50px;
  padding: 35px 20px 0;
  text-align: left;
}

.note .note__wrapper:not(:first-child) {
  margin-top: 10px;
}

.note .note__title {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  line-height: 1.8;
}

.note .note__item {
  color: #222;
}

.note .note__text {
  margin: 0;
  font-size: 14px;
  color: #222;
}

.note .note__text a {
  text-decoration: underline;
}

@media (max-width: 496px) {
  .note .note__title {
    font-size: 11px;
  }

  .note .note__text {
    font-size: 11px;
  }

  .note .note__item {
    line-height: 1.68;
  }
}


/* radio btn */
.radio-btn {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 100%;
}

.radio-btn input {
  opacity: 0;
}

.radio-btn__checked {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  background-color: #707070;
  border-radius: 100%;
  opacity: 0;
  content: "";
}

.radio-btn__input:checked + .radio-btn__checked {
  opacity: 1;
}


/* about-feature */
.about-feature {
  max-width: 800px;
  margin: 40px auto 60px;
}

.about-feature img {
  display: inline;
}

@media (max-width: 496px) {
  .about-feature {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

/* valentine */
@import 'https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600';

.valentine p {
  margin: 10px;
}

.valentine {
  max-width: 800px;
  margin: 0 auto -30px;
  padding: 0 25px;
}

.valentine .valentine__head {
  font-size: 24px;
  font-weight: bold;
  color: #BC6469;
}

.valentine .valentine-hero {
  margin-top: 60px;
  margin-bottom: 35px;
}

.valentine .valentine__text {
  font-size: 16px;
  text-align: left;
}

.valentine .valentine__body {
  margin-top: 100px;
  margin-bottom: -20px;
  }

.valentine .valentine__title {
  font-size: 30px;
  color: #BC6469;
}

  .valentine .valentine__wrapper {
    margin-top: 85px;
  }

  .valentine .valentine__image {
    margin-top: 35px;
  }

  .valentine .valentine__sub-title {
    font-weight: bold;
    font-size: 22px;
    font-family: "Montserrat", "Noto Sans Japanese", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  }

  .valentine .valentine__lead {
    margin-top: 20px;
    font-size: 16px;
    text-align: left;
  }

  .valentine .valentine__item-wrapper {
    margin-top: 45px;
  }

  .valentine .valentine__item-box {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .valentine .valentine__item-title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
  }

  .valentine .valentine__item-price {
    font-size: 16px;
    text-align: left;
    margin-top: -10px;
  }

  .valentine .valentine__item-text {
    font-size: 16px;
    text-align: left;
  }

  .valentine .valentine__btn {
    display: block;
    margin-top: 30px;
    padding:  5px 0;
    color: #fff;
    background-color: #BC6469;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .valentine .valentine__btn:hover {
    opacity: 0.85;
  }

  .valentine .valentine__btn-box {
    padding-left: 245px;
    padding-right: 245px;
  }

  .valentine .valentine__line {
    margin-top: 85px;
    background-color: #ddd;
    border: 0;
    height: 1px;
    }

  .valentine .valentine__banner {
    margin-top: 60px;
  }

  .valentine .valentine__banner:hover {
    opacity: 0.85;
  }

  .valentine .valentine__item-note {
    font-size: 14px;
    color: #BC6469;
    text-align: left;
  }

  .valentine .valentine__link {
    text-decoration: underline;
  }

  .valentine .valentine__sp-br {
    display: none!important;
  }

  .valentine .valentine__pc-br {
    display: block!important;
  }

  @media (max-width: 496px) {

    .valentine .valentine__sp-br {
      display: block!important;
    }
    .valentine .valentine__pc-br {
      display: none!important;
    }

    .valentine img {
      width: 100%;
    }

    .valentine .valentine__head {
      font-size: 18px;
    }

    .valentine .valentine__sm-head {
      font-size: 14px;
      line-height: 2.5;
    }

    .valentine .valentine-hero {
      margin-top: 40px;
      margin-bottom: 30px;
    }

    .valentine .valentine__text {
      font-size: 14px;
    }

    .valentine .valentine__body {
      margin-top: 60px;
      margin-bottom: -10px;
      }

    .valentine .valentine__title {
      font-size: 22px;
      text-align: center;
    }

    .valentine .valentine__wrapper {
      margin-top: 45px;
    }

    .valentine .valentine__image {
      margin-top: 20px;
    }

    .valentine .valentine__sub-title {
      font-size: 16px;
      text-align: center;
    }

    .valentine .valentine__lead {
      font-size: 12px;
    }

    .valentine .valentine__item-wrapper {
      margin-top: 40px;
    }

    .valentine .valentine__item-box {
      margin-top: 20px;
      margin-bottom: 60px;
    }

    .valentine .valentine__item-title {
      font-size: 14px;
    }

    .valentine .valentine__item-price {
      font-size: 12px;
    }

    .valentine .valentine__item-text {
      font-size: 12px;
    }

    .valentine .valentine__btn {
      margin-top: 30px;
      padding:  8px 0;
      font-size: 16px;
    }

    .valentine .valentine__btn-box {
      padding-left: 0px;
      padding-right: 0px;
    }

    .valentine .valentine__line {
      margin-top: -10px;
    }

    .valentine .valentine__item-note {
      font-size: 12px;
    }

    .valentine .valentine__item-note {
      font-size: 12px;
    }
  }


  @media (max-width: 734px) {

    .valentine .valentine__btn-box {
      padding-left: 0px;
      padding-right: 0px;
    }
  }
