@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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, figcaption, figure, section {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.antonio {
	font-family: "Antonio", sans-serif;
}

.hiragino {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.chakra {
	font-family: "Chakra Petch", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 100rem;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
  position: relative;
	overflow: hidden;
	text-align: left;
	font-feature-settings: "palt";
}
.fax,
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
#main {
	margin-bottom: 5.1rem;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

@media all and (max-width: 374px) {
	html {
		font-size: 2.5vw;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 3.3rem;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0 1rem;
		box-sizing: border-box;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 17.3rem;
}
#gFooter .comBtnBox ul {
	display: flex;
	flex-wrap: wrap;
	border-top: 0.1rem solid #C5C5C5;
}
#gFooter .comBtnBox li {
	width: 50%;
	border-right: 0.1rem solid #C5C5C5;
	border-bottom: 0.1rem solid #C5C5C5;
}
#gFooter .comBtnBox li:nth-child(2n) {
	border-right: none;
}
#gFooter .comBtnBox li:last-child {
	border: none;
}
#gFooter .comBtnBox .liStyle {
	width: 100%;
}
#gFooter .comBtnBox a {
	display: block;
	font-weight: 700;
	text-align: center;
	padding: 2.1rem 1rem;
}
#gFooter .comBtnBox a:hover {
	opacity: 0.7;
}
#gFooter .btnBox {
	padding: 3.5rem 2rem;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	min-height: 17rem;
}
#gFooter .btnBox .btn {
	max-width: 63rem;
	margin: 0 auto;
}
#gFooter .btnBox .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 9rem;
	border-radius: 5rem;
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	border: 0.5rem solid #fff;
	background-color: #F33847;
}
#gFooter .btnBox .btn a:hover {
	opacity: 0.7;
}
#gFooter .btnBox .btn span {
	padding: 0 8rem 0 3.8rem;
	display: inline-flex;
	text-shadow: 0 0.2rem 0 rgba(0, 0, 0, 1);
	background: url(https://invy.jp/upload/mywineclub/202404/icon.png) no-repeat right center;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 13.3rem;
	}
	#gFooter .btnBox {
		min-height: inherit;
	}
	#gFooter .btnBox .btn a {
		font-size: 2rem;
		min-height: 6.5rem;
	}
	#gFooter .btnBox .btn span {
		padding: 0 4rem 0 0;
		background-size: 1.5rem auto;
	}
}

/* Additional Changes 202405 
====================================== */
.header {
  padding: 10px;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.header .logo a {
  width: 50%;
  position: relative;
  display: block;
}

#gFooter {
	padding: 0;
}

#gFooter .copyright {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background: #b10e19;
}

#gFooter .copyright a {
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
}

#a01 .errorMessage {
  display: none;
  font-weight: bold;
  color: #d30000;
}

#a01 .wrong ~ .errorMessage {
  display: block;
}

#a01 .error ~ .errorMessage {
  display: block;
}

/* ============================
   お友達紹介キャンペーン終了
============================ */
.campaign-end-banner-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: calc(50% - 50vw);
}
.campaign-end-banner {
  background-color: #e53935; 
  color: #ffffff;
  padding: 16px 12px;
  margin: 0;
}

.campaign-end-banner__inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.campaign-end-banner__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 6px;
}

.campaign-end-banner__text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 4px;
}

.campaign-end-banner__text strong {
  font-weight: 700;
  text-decoration: underline;
}

.campaign-end-banner__note {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.95;
}

/* スマホ用改行 */
.sp-only {
  display: none;
}

/* ============================
   レスポンシブ
============================ */
@media screen and (max-width: 768px) {
  .campaign-end-banner {
    padding: 14px 10px;
  }

  .campaign-end-banner__title {
    font-size: 20px;
  }

  .campaign-end-banner__text {
    font-size: 14px;
  }

  .campaign-end-banner__note {
    font-size: 12px;
  }

  .sp-only {
    display: inline;
  }
}
