@charset "UTF-8";

/* from reset css */
/* =============================================
  clear float elements Start
============================================= */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/* for Legacy Browser */
/*\*/
* html .clearfix {
  display: inline-block;
  height: 1em;
}

.clearfix {
  display: block;
}

/* =============================================
  Default StyleSheet
============================================= */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
li,
table,
th,
td,
form,
address,
pre,
strong,
em,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

ul,
li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  line-height: 100%;
}

a img {
  border: none;
}

a:focus {
  outline: none;
}

img {
	width: 100%;
	vertical-align: top;
}

hr {
  display: none;
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

/* from c_reset css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* lp-paymethod ==================================== */
#lp-paymethod {
  background: url(../images/common/lp_tail_sole.gif) no-repeat center bottom;
  padding: 0 0 5px;
  width: 800px;
  margin: 60px auto 0;
  font-size: 12px;
  text-align: left;
}

.lp-pay-system {
  background: url(../images/common/lp_tail_sideline.gif) repeat-y top left;
  padding: 15px 20px 20px 20px;
  color: #660000;
}

.lp-pay-system dt {
  margin-top: 10px;
}


/* footer ==================================== */
#lp-bottom {
  width: 800px;
  margin: 0 auto;
}

#lp-footer {
  padding: 10px 0 12px;
  width: 800px;
  background: url(../images/common/lp_footer_dot.gif) repeat-x top left;
  font-size: 10px;
  margin: 0 auto;
}

#lp-footer p {
  text-align: right;
  font-size: 10px;
  color: #660000;
  padding-bottom: 5px;
}

#lp-footer_nav ul {
  float: left;
  width: 400px;
}

#lp-footer_nav ul li {
  float: left;
  text-indent: -9999px;
}

#lp-footer_nav .lp-footer_nav1 a,
#lp-footer_nav .lp-footer_nav2 a,
#lp-footer_nav .lp-footer_nav3 a {
  display: block;
  height: 13px;
  background-size: 100% auto;
  background-position: 0 1px;
  background-repeat: no-repeat;
}

#lp-footer_nav .lp-footer_nav1 a {
  width: 128px;
  background-image: url(../images/common/lp_footer_nav1.gif);
}

#lp-footer_nav .lp-footer_nav2 a {
  width: 110px;
  background-image: url(../images/common/lp_footer_nav2.gif);
}

#lp-footer_nav .lp-footer_nav3 a {
  width: 116px;
  background-image: url(../images/common/lp_footer_nav3.gif);
}

#lp-footer_nav .lp-footer_nav1 a:hover,
#lp-footer_nav .lp-footer_nav2 a:hover,
#lp-footer_nav .lp-footer_nav3 a:hover {
  background-position: 0 -13px;
}

#lp-footer_nav address {
  float: right;
  color: #cc0000;
  font-size: 10px;
  font-weight: bold;
}

/* =============================================
  clear float elements Start
============================================= */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/* for Legacy Browser */
/*\*/
* html .clearfix {
  display: inline-block;
  height: 1em;
}

.clearfix {
  display: block;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.5;
  font: normal 18px/1.7 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #000000;
  text-align: center;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

a:link,
a:visited,
a:active {
  color: #003399;
}

a:hover {
  color: #3366CC;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#lp-paymethod {
  margin-top: 0;
}

.pageTop {
  text-align: right;
  margin: 22px auto 11px;
  max-width: 950px;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .forSP {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .forPC {
    display: none !important;
  }
}


/* contents ==================================== */
.content-wrap {
  width: 100%;
}

.lp-headwrap {
  height: 95px;
  margin: 0 20px 13px;
  position: relative;
  box-sizing: border-box;
}

.lp-headwrap h1,
.lp-headwrap p {
  position: absolute;
  top: 12px;
}

.lp-headwrap h1 {
  left: 0;
}

.lp-headwrap p {
  right: 0;
}

.reservationArea .btn_cart {
  margin: 50px auto 80px;
}

select::-ms-expand {
  display: none;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  text-indent: 10%;
  font-size: 23px;
  font-weight: bold;
  vertical-align: middle;
  width: 140px;
  height: 100%;
  color: #231815;
}

.select_box {
  position: relative;
  display: block;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e6 100%);
  background-size: 2vmin 100%;
  border: 1px solid #000;
  border-radius: 10px;
  box-sizing: border-box;
  margin-right: 10px;
}

.select_box:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.6rem;
  background: url(../images/select_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 18px;
  }

  .content-wrap {
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
  }

  .content-wrap img {
    width: 100%;
  }

  select {
    height: 60px;
  }
}

/* カートを見る */
.head_btn_cart{
	position: fixed;
	right: 0;
	z-index: 1000;
}

@media screen and (min-width: 751px) {
	.head_btn_cart{
		width: 122px;
		top: 120px;
	}
}

@media screen and (max-width: 750px) {
	.head_btn_cart{
		width: 86px;
		top: 70px;
	}
}

/* FV */
.mainArea {
  background-image: url(../images/main_bg_2509.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 0;
  position: relative;
  width: 100%;
}

.mainArea h2 {
  padding: 30px 0 20px;
}

.mv {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 17vw 20px 0;
  position: relative;
  box-sizing: border-box;
}

.mainArea .cart_head {
  position: absolute;
  top: 17px;
  right: 40px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  box-sizing: border-box;
}

.cart_head img {
  width: 100px;
}

.price-block {
  position: relative;
  text-align: center;
  padding: 20px 10px 5px;
  margin: auto;
  max-width: 820px;
  box-sizing: border-box;
}

.sub-kv {
  text-align: center;
  margin: 40px auto 40px;
  max-width: 544px;
}

@media screen and (max-width: 750px) {
  .lp-headwrap {
    margin: 0 auto 2%;
    position: relative;
    max-width: unset;
    width: 100%;
	height: 55px;
    box-sizing: border-box;
  }

  .lp-headwrap h1,
  .lp-headwrap p {
    position: absolute;
    top: 0.6rem;
    bottom: 0;
    margin: auto;
  }

  .lp-headwrap img {
    width: 100%;
  }

  .lp-headwrap h1 {
    left: 3.3%;
    width: 20%;
  }

  .lp-headwrap p {
    right: 3.3%;
    width: 20%;
  }



  .btn_cart {
    max-width: unset;
    width: 80%;
  }

  .mainArea {
    height: inherit;
    background-size: contain;
    padding: 0 0 0;
    position: relative;
  }

  .mainArea img {
    width: 100%;
  }

  .mainArea h2 {
    padding: 0;
  }

  .mainArea h2 {
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    ;
    padding-top: 0;
    height: 100%;
  }

  .mainArea h2 img {
    width: 100%;
    height: 100%;
  }

  .mv {
    width: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  .mainArea .cart_head {
    position: absolute;
    left: 0;
    width: 18%;
    margin: 0;
    top: 1.5%;
    padding: 0 3.3%;
  }

  .price-block{
	position: absolute;
	bottom: 0;
  }

  .price-block img {
    width: 95%;
  }

  .sub-kv {
    margin-bottom: 30px;
    width: 90%;
  }
}


/* 9種のラインナップ */
.lineup {
  padding: 12vh 0 0;
  margin: 30px auto 0;
}

@media screen and (min-width: 751px) {
	.lineup {
		padding-bottom: 160px;
		background: url(../images/commitment_bg01.png);
		background-size: cover;
		background-position: center;
	}
}

@media screen and (max-width: 750px) {
	.lineup .forPC {
		display: none;
	}
}

.lineup-cont {
  position: relative;
  padding-bottom: 30px;
}

@media screen and (min-width: 751px) {
	.lineup-cont {
	}
}

.lineup legend {
  margin: 0 auto;
}

.lineup h2 {
  position: relative;
  margin: 0 auto 30px;
  max-width: 560px;
}

.lineup .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 800px;
}

@media screen and (min-width: 751px) {
	.product-cate h3 {
		background: #fff;
		border-radius: 50% 50% 0 0;
	}
}

.product-cate ul {
	background: #fff;
}

@media screen and (min-width: 751px) {
	.product-cate {
		width: 49%;
	}

	.lineup .product-list li {
		margin-bottom: 30px;
		padding: 10px 15px;
		min-height: 156px;
		display: flex;
		align-items: center;
		box-sizing: border-box;
	}
}

.lineup .product-list li {
  flex: auto;
}

.lineup .line {
  border-bottom: solid #d3c084 1px;
}

@media screen and (max-width: 750px) {
	.lineup {
		padding-top: 11vw;
		padding-bottom: 80px;
		background: url(../images/commitment_bg01_sp.png);
		background-size: cover;
		background-position: center;
	}

  .lineup h2 {
    width: 85%;
    margin: 0 auto;
  }

  .lineup h2 img {
    width: 100%;
    height: auto;
  }

  .product-cate h3 {
	margin: 0 auto -20px;
	width: 90%;
  }

  .lineup .small {
    margin: 20px;
    font-size: 15px;
  }

  .lineup .product-cate {
    width: 95%;
    margin: 25px auto 0px;
  }

  .lineup .product-list li {
    width: 98%;
    margin-top: 0;
	padding: 10px;
	box-sizing: border-box;
  }

  .lineup .product-list {
    flex-direction: column;
  }

  .lineup .product-list li {
    width: 98%;
    margin-top: 0;
  }

  .lineup img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .product-cate ul {
	padding-top: 30px;
  }
}


/* 3つのこだわり  */
.commitment {
  padding: 90px 0;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
	.commitment {
		margin-top: -155px;
		background: url(../images/commitment_bg02.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

.commitment h2 {
	margin: 0 auto 70px;
	max-width: 490px;
}

.commitment li {
}

.commitment ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: auto;
  max-width: 800px;
}

@media screen and (max-width: 750px) {
  .commitment {
	margin-top: -70px;
    padding: 50px 3% 0;
	background: url(../images/commitment_bg02_sp.png);
	background-size: cover;
	background-position: top center;
  }

  .commitment h2 {
    padding-bottom: 30px;
    width: 80%;
    margin: 0 auto;
  }

  .commitment li {
    margin-bottom: 30px;
  }

}

/* 期間限定 */
@media screen and (min-width: 751px) {
	.limited {
		padding: 20px 3% 50px;
		background: url(../images/limited_bg.png);
		background-size: cover;
		background-position: top center;
	}

	.limited div {
		margin: auto;
		max-width: 800px;
	}
}

@media screen and (max-width: 750px) {
	.limited {
		padding: 5px 0 40px;
		background: url(../images/limited_bg_sp.png);
		background-size: cover;
		background-position: top center;
	}
}

/* アンケートグラフ */
.graph h2 {
  margin: 100px 0;
}

@media screen and (max-width: 750px) {
  .graph {
    padding: 0 3%;
  }

  .graph h2 {
    display: block;
    width: 90%;
    margin: 50px auto;
  }
}



/* お客様の声 */
.voc {
  margin-bottom: 170px;
}

.voc h2 {
  margin: 180px 0 85px;
}

@media screen and (max-width: 750px) {
  .voc {
    margin: 50px 0 50px;
    padding: 0 3%;
  }

  .voc h2 {
    width: 80%;
    margin: 80px auto 50px;
  }
}



/* 商品詳細 */
.cart-area-ttl {
  margin: 7vw auto 20px;
  max-width: 620px;
}

.lineupArea {
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 40px;
}

.lineup-product {
  display: flex;
  margin: 0 auto;
  padding: 0 0 70px;
  position: relative;
  flex-wrap: wrap;
}


.lineup-productDetail {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.lineup-btnSet {
  display: flex;
  justify-content: center;
}


.section-btn {
  cursor: pointer;
}


.lineup-note .section-btn img {
  width: 169px;
  height: 23px;
}

.lineup_cart_text {
  margin: 18px 0;
}

.comment,
.note {
  display: block;
  width: 100%;
}

.comment {
  text-align: left;
  font-size: 16px;
  margin-top: 15px;
  font-feature-settings: "palt";
}

.comment span {
	font-weight: bold;
}

.note {
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  margin-top: 10px;
}

@media screen and (min-width: 751px) {
	.section-btn {
		margin-left: auto;
	}

	.detail-a, .detail-b, .detail-d, .detail-e, .detail-i{
		max-width: 440px;
	}

	.detail-c{
		max-width: 334px;
	}

	.detail-f, .detail-g, .detail-k{
		max-width: 352px;
	}

	.detail-a{
		margin-top: -60px;
	}

	.detail-b, .detail-c{
		margin-top: -35px;
	}

	.detail-d, .detail-e{
		margin-top: -50px;
	}

	.detail-f, .detail-g, .detail-i{
		margin-top: -40px;
	}

	.detail-k{
		margin-top: -35px;
	}
}

@media screen and (max-width: 750px) {
  .cart-area-ttl {
    padding: 0 3%;
  }

  .lineupArea {
	margin-bottom: 10px;
    padding: 0 4% 0;
  }

  .lineupArea img {
    width: 100%;
  }


  .lineup-price {
    margin: 0 0 0;
  }


  .lineup-img {
    margin: 0;
    width: 100%;
    max-width: unset;
    position: unset;
    overflow: unset;
  }

  .lineup-img img {
    position: unset;
    height: 100%;
    width: 100%;
  }

  .lineup-product {
    border-bottom: dotted #0279d1 2px;
    padding: 20px 0 40px;
  }

  .lineup-product:last-of-type {
    border-bottom: none;
  }

  .lineup-productDetail {
    display: block;
  }

  .lineup-detail,
  .lineup-productDetail {
    width: 100%;
  }

  .product-detail-btn {
    margin: 10px 0;
    text-align: center;
  }

  .lineup-detail {
    position: relative;
    margin-bottom: 5px;
  }

  .section-btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }


  .lineup-btn {
    margin: 0 auto;
    align-items: center;
  }

  .lineup_cart_text {
    margin-bottom: 5px;
  }

  .lineup-btnSet+div {
    max-width: unset;
  }

  .lineup-btnCart {
    width: 100%;
    max-width: unset;
    height: unset;
    padding: 3% 0 0;
  }

  .lineup-btnCart a {
    max-width: unset;
    height: inherit;
  }

  .comment {
    font-size: 0.8rem;
    margin-top: 10px;
    line-height: 1.5em;
  }

	.cart-area-ttl {
		margin-bottom: 0;
	}

	.lineup-productDetail {
		margin-top: 0;
	}

  .note{
	font-size: 0.7rem;
  }
}


/* ギフトサービス */
.gift-service {
  background-image: url(../images/gift_bg.png);
  background-size: cover;
  padding: 100px 0 60px;
}

.gift-service .container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.gift-service .gift-service-box {
  background-color: #fff;
  padding: 30px 37px;
}


.gift-service h2 {
  background-color: #d4b987;
  border-radius: 20px 20px 0 0;
  padding: 20px 0 25px;
  text-align: center;
}

.gift-service h2 img {
	max-width: 640px;
}

.gift-service p {
  text-align: center;
  font-size: 22px;
  margin: 25px 0 0;
}

.gift-service h3 {
  font-size: 30px;
  color: #40220f;
  margin-top: 100px;
  font-feature-settings: "palt";
}

.gift-service .cate {
  margin-top: 100px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #7e491e;
}

.gift-service h4 {
  color: #40220f;
  font-size: 28px;
  font-weight: bold;
  margin-top: 60px;
}

.gift-service .text {
  background-color: #fff;
  font-size: 18px;
  padding: 25px 0;
  line-height: 1.5;
  margin-top: 10px;
}

.gift-service .deco {
  color: #89766b;
  font-size: 20px;
  vertical-align: 10%;
}


.gift-service .note {
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  margin-top: 10px;
}

.phone::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  color: #231815;
}

@media screen and (max-width: 750px) {
  .gift-service {
    padding: 40px 3%;
  }

  .gift-service .gift-service-box {
    padding: 15px 15px 2px;
  }

  .gift-service h2 {
	padding: 10px 0;
  }

  .gift-service h2 img {
    width: 90%;
  }

  .gift-service h3 {
    font-size: 4.2vw;
    margin-top: 50px;
    margin-bottom: 10px;
  }

  .gift-service .cate {
    font-size: 22px;
  }

  .gift-service p {
    margin: 15px 0 25px;
  }

  .gift-service .text {
    font-size: 18px;
    text-align: left;
    margin: 5px 0;
    padding: 15px;
  }

  .gift-service h4 {
    font-size: 22px;
    margin-top: 30px;
  }

  .gift-service .note {
    font-size: 16px;
  }

  .gift-service .bottom-cart-btn {
    padding-top: 20px;
  }
}

.btn_cart {
  margin: 50px auto 0;
  max-width: 520px;
  cursor: pointer;
}

.btn_cart img {
}

@media screen and (min-width: 751px) {
  .f-inner {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .f-inner .lpFooter_inquiry img{
    width: auto;
  }
}