@charset "UTF-8";
/* General */
.float-list, .cf {
  *zoom: 1;
}
.float-list:after, .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

.float-list li {
  float: left;
}

/* Base */
/*	
	///////レスポンシブ用指定///////
*,
*:before,
*:after {
	box-sizing:inherit;
}
html {	
	
	box-sizing:border-box;
	font-size:62.5%;
	
}
*/
body {
  /*
  ///////レスポンシブ用指定///////
  
  font-size:1.4rem;
  
  */
  line-height: 1.9;
  font-size: 14px;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  color: #333;
}

a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

img {
  /*
  ///////レスポンシブ用指定///////
  
  max-width:100%;
  height:auto;
  box-sizing:content-box;
  
  */
  vertical-align: middle;
  line-height: 1;
}

/*
	///////レスポンシブ用指定///////
	
	※AndroidChromeで文字サイズが大きくなるバグを無効化
	
h1, h2, h3, h4, h5, h6 {
	max-height:100%;
}
*/
input[type="button"], input[type="submit"], input[type="reset"], label {
  cursor: pointer;
}

.dummy {
  text-decoration: line-through !important;
  color: #f00 !important;
}

.header-logo a:hover img,
.footer-logo a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

/* Layout */
a {
  transition: all .3s ease;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.wrap {
  width: 1000px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.container {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .06em;
  color: #5f5553;
  background-image: url(../img/common/bg_heart_01.png);
  background-position: center;
}

.mv {
  position: relative;
  min-height: 465px;
  background-image: url(../img/common/pic_main_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mv_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;
  width: 1000px;
  max-width: 100%;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0px 0px 20px rgba(44, 26, 40, 0.13));
  border-radius: 120px;
}
.mv_title img {
  max-width: 90%;
}

.present {
  margin-top: 150px;
}
.present_alert {
  margin-top: 30px;
  text-align: center;
}
.present_alert_title:before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  width: 20px;
  height: 18px;
  background-image: url(../img/common/icon_alert_01.png);
  background-position: center;
  background-size: contain;
}
.present_alert_list {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  text-align: left;
  padding-left: 1em;
}
.present_alert_list_item {
  text-indent: -1em;
}
.present_alert_list_item:before {
  content: "※";
}

.buy {
  margin-top: 50px;
}
.buy_area {
  padding: 70px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0px 0px 20px rgba(44, 26, 40, 0.13));
}
.buy_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.buy_product {
  width: 340px;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  filter: drop-shadow(0px 0px 5px rgba(44, 26, 40, 0.1));
}
.buy_product_title {
  padding: 3px;
  font-weight: 500;
  letter-spacing: .1em;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #00beca;
}
.buy_product_name {
  margin-top: 20px;
  padding: 0 10px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 20px;
}
.buy_product_name .small {
  display: block;
  font-size: 16px;
}
.buy_product .more {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 26px;
  padding: 4px;
  width: 190px;
  letter-spacing: .1em;
  color: #fff;
  background: #00beca;
  border-radius: 17px;
}
.buy_product .more:after {
  display: inline-block;
  content: "";
  margin-left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #fff;
}
.buy_product .more:hover {
  background: #00a5bd;
}
.buy_product + .buy_product {
  margin-left: 45px;
}
.buy_btn_area {
  margin-top: 46px;
  text-align: center;
}
.buy_btn_area a:hover {
  opacity: .7;
}

.share {
  margin-top: 60px;
  margin-bottom: 70px;
  text-align: center;
}

@media only screen and (max-width: 1030px) {
  .mv {
    min-height: 40vw;
    background-image: url(../img/common/pic_main_01.jpg);
    background-size: cover;
  }
  .mv_title {
    padding: 20px 15px;
    bottom: -13vw;
    max-width: calc(100% - 30px);
    filter: drop-shadow(0px 0px 10px rgba(44, 26, 40, 0.13));
  }

  .present {
    margin-top: 16vw;
  }

  .buy_area {
    padding: 40px 20px;
    filter: drop-shadow(0px 0px 10px rgba(44, 26, 40, 0.13));
  }
  .buy_box {
    flex-wrap: wrap;
  }
  .buy_product {
    width: 100%;
    max-width: 340px;
    margin: auto;
  }
  .buy_product + .buy_product {
    margin: 20px auto;
  }
  .buy_btn_area {
    margin-top: 20px;
  }

  .share {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
