/* ========================================== */
/* base */
/* ========================================== */

body {
	font-family: "Noto Sans JP", sans-serif;
	line-height:1.8;
	color:#5F6368;
	font-size:14px;
	overflow-y: scroll;
}

.container {
    max-width: 1030px;
}



ul {
	padding:0px;
	margin:0;
	list-style:none;
}

ul.indent li {
	text-indent:-1em;
	padding-left:1em;
}

dt {
	font-weight:normal;
}

a {
	text-decoration:none;
	word-wrap:break-word;
	word-break: break-all;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	color: #88D2EF;
}

a:hover {
	text-decoration:none;
	color: #88D2EF;
	opacity: 0.8;
}
 
a:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"],input[type="password"],input[type="email"],textarea,select{ 
	font-family: inherit;
	font-size:1em !important;
	font-weight:inherit;
    -webkit-appearance: none;
}

.container {
    max-width: 1000px;
	padding-left: 15px;
	padding-right: 15px;
}

dl,dd,p {
	margin:0;
	padding:0;
}

.sp {
	display: none;
}

.sp-br {
    display: none;
}

@media screen and (max-width: 990px) {
	.pc {
		display: none;
	}

    .sp {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .sp-br {
        display: block;
    }
}


/* ========================================== */
/* フォント */
/* ========================================== */

.font-base {
	font-family: "Noto Sans JP", sans-serif;
}

.font-accent {
	font-family: "Great Vibes", "Noto Sans JP", cursive;
}

.font-xs {
  font-size: 11px;
  line-height: 1.4rem;
}

a {
	-webkit-transition:.3s ease;
	transition:.3s ease;
    font-family: "Noto Sans JP", sans-serif;
}

a:hover {
	text-decoration:none;
    opacity: 0.8;
}


/* ========================================== */
/* ヘッダー */
/* ========================================== */

header {
	padding: 0;
	height: 65px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

header.navbar {
	padding: 3px 0 0;
}

header h1.navbar-brand.brand-logo {
	margin-bottom: 1px;
	margin-left: 15px;
	padding: 0;
}

header .brand-logo img {
	max-width: 170px;
}


@media screen and (max-width:990px) {

	header {
		height: 50px;
	}

	header .brand-logo img {
		max-width: 115px; 
	}

	header .btn {
		line-height: 38px;
	}

}

@media screen and (max-width:480px) {

	header .brand-logo img {
		min-width: 110px; 
	}

}

header a {
	color: #88D2EF;
	text-decoration:none;
}

header li {
    color: #88D2EF;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

header .parent-category {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
}

header .parent-category ul {
    position: absolute;
    top: 30px;
    left: -10px;
    background-color: #fff;
	padding-bottom: 10px;
}

header li ul {
    display: none;
}

header li ul.active {
    display: block;
}

header li ul li {
    padding: 7px 8px;
    border-bottom: 1px dashed #C2EAF9;
    font-size: 14px;
    width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header li ul li .fa {
	font-size: 20px;
}

header a:hover {
	opacity: 0.8;
    color: #88D2EF;
}

header .nav-link {
	position: relative;
	border-bottom:none;
	font-weight: 800;
}

header .nav-link:hover {
	border-bottom:none;
}

header .nav-link .fa {
	position: absolute;
	top: 19px;
    right: 13px;
	font-size: 20px;
}

.navbar-nav.text-left.text-base a {
	font-size: 18px;
}

header .btn.join.member img {
	filter: invert(51%) sepia(90%) saturate(1520%) hue-rotate(169deg) brightness(87%) contrast(92%);
	transform: translateY(1px);
}

header .faq-btn {
	display: none;
}

.navbar-toggler-custom-icon span {
	border-radius: 0;
}

header .btn {
	font-weight: bold;
	-webkit-transition:.3s ease;
	transition:.3s ease;
}

header .logo-area {
    display: flex;
    align-items: center;
    height: 65px;
}

header .logo-area p {
    font-size: 16px;
    padding-left: 8.5px;
    margin-left: 8.5px;
    color: #88D2EF;
    border-left: 1px solid #88D2EF;
    line-height: 20px;
}

@media screen and (max-width: 990px) {

	header .header-lg-wrap {
		display: flex;
		overflow: hidden;
		width: 100%;
		box-sizing: border-box;
		align-items: center;
		z-index: 10;
	}

    header .logo-area {
        height: 50px;
    }

    header .logo-area p {
        font-size: 10px;
        line-height: 15px;
    }

    .navbar-nav.text-left.text-base .nav-news a {
        margin-bottom: 10px;
    }

    .navbar-nav.text-left ul {
        overflow: hidden;
		margin-top: 0;
    }

    header .parent-category > span {
        transform: translateX(15px);
		padding-bottom: 12px;
		position: relative;
    }

	header .parent-category span span {
		position: absolute;
		right: 22px;
		top: 0;
		bottom: 0;
	}

	header .link-products {
		border-top: 1px solid #C2EAF9;
	}

    header .parent-category {
        font-size: 20px;
        font-weight: bold;
    }

    header .parent-category ul {
        display: none;
        position: static;
        margin-top: 15px;
		padding-bottom: 0;
    }

    header .parent-category ul a {
        display: block;
    }

    header .parent-category ul a li {
        font-size: 16px;
        padding: 10px 15px 15px 25px;
		border-bottom: 1px dashed #C2EAF9;
        width: 100%;
    }

	header .parent-category ul a li.live-goods {
		border: none;
	}

	header.navbar {
		padding:0;
	}

	header .navbar-nav .nav-link {
		padding: 12px 15px;
	}

	header .nav-link {
		border-bottom: 1px solid #C2EAF9;
	}

	header .nav-link:hover {
		border-bottom: 1px solid #C2EAF9;
	}

	.navbar-nav.text-left.text-base a {
		font-size: 20px;
		font-weight: bold;
	}

	.navbar-nav.text-left.text-base a.faq {
		max-width: 340px;
		width: 340px;
		margin: 30px auto 0;
	}

	header .navbar-nav .nav-link {
		position: relative;
	}

	header .navbar-nav a.nav-link:after {
		content: "";
		margin: auto 0;
		border: none;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		width: 13px;
		height: 13px;
		background: transparent url(../../images/arrow_gry.svg) no-repeat;
	}

	.navbar-toggler {
		padding: .25rem 15px .25rem 5px;
	}

	.navbar-toggler-custom-icon {
		width: 18px;
		height: 18px;
	}

	header .navbar-toggler-custom-icon .bg-base {
		background-color: #88D2EF;
	}

	.navbar-toggler[aria-expanded="false"] .navbar-toggler-custom-icon span:nth-child(2) {
		width: 15px;
	}

	.navbar-toggler[aria-expanded="false"] .navbar-toggler-custom-icon span:nth-child(3) {
		width: 8px;
	}

	.navbar-toggler[aria-expanded="true"] .navbar-toggler-custom-icon span:nth-child(1) {
		top: 9px;
	}

	.navbar-toggler[aria-expanded="true"] .navbar-toggler-custom-icon span:nth-child(3) {
		top: 9px;
	}

	.navbar-toggler-custom-icon span:nth-child(2) {
		top: 8px;
	}

	.navbar-toggler-custom-icon span:nth-child(3) {
		top: 16px;
	}

	#navbarNavAltMarkup {
		background-color: #fff;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	}

	.collapse.show {
		position: relative;
		display: inline-block;
		overflow: auto;
		padding-bottom: 65px;
	}

	.collapse.show.active {
		min-height: 250px;
	}

	header h1.navbar-brand.brand-logo {
		margin-right: 8px;
		margin-bottom: 0;
		margin-left: 15px;
	}

	header .navbar-nav .store-category {
    padding: 0.5rem 16px 0.5rem 110px;
    border-bottom: 1px solid #E0E0E0;
    font-size: 1em!important;
    font-weight: 600;
    color: #88D2EF;
	}

	header .navbar-nav .store-category:hover {
		color:#88D2EF;
	}

	header .navbar-nav a:not([href]) {
    color: #fbd4a1;
	}

	header .navbar-nav .nav-link > span {
    font-size: 14px;
    margin-left: 17px;
	}

}

@media screen and (max-width: 380px) {
	.navbar-nav.text-left.text-base a.faq {
		width: calc(100% - 32px);
		margin: 30px 16px 0;
	}
}


@media screen and (min-width: 991px) {

	header .header_nav {
		color:#333;
		text-decoration:none;
		padding:0 0 1px !important;
		margin:0 .5rem;
		position:relative;
		-webkit-transition:.3s ease;
		transition:.3s ease;
	}

	header .header_nav:hover {
		opacity:0.8;
		text-decoration:none;
	}

	header .header_nav::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		background-color: #333;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	header .header_nav:hover::after {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}

}

/*ログインボタン*/

header .btn {
	position: relative;
	color: #fff;
	border: transparent;
	border-radius: 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
    width: auto;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #1897D6;
    margin-right: 14px;
}

header .btn.login img,
header .btn.logout img {
	padding: 11px 8px 9px 11px;
}

header .btn.cart-btn img {
	padding: 10px 10px 8px 9px;
}


header .btn img {
    width: 43px;
	height: 43px;
    padding: 10px;
}

header .log.btn img,
header .member.btn img {
	transform: translateY(-1px);
}

/*ログインボタン　アイコン*/
@media screen and (min-width: 991px) {

	header a.login:hover:before,
	header a.logout:hover:before {
		filter: brightness(0) saturate(100%) invert(38%) sepia(43%) saturate(4542%) hue-rotate(10deg) brightness(101%) contrast(101%);
	}

	header a.fa:hover:before {
		filter: brightness(0) saturate(100%) invert(73%) sepia(17%) saturate(1859%) hue-rotate(334deg) brightness(110%) contrast(92%);
	}

	header a.mypage:hover:before {
		filter: brightness(0) saturate(100%) invert(49%) sepia(97%) saturate(469%) hue-rotate(342deg) brightness(93%) contrast(100%);
	}

}

@media screen and (max-width:990px) {

	header .btn {
		font-size: 12px;
		transition: all .3s linear;
        margin-right: 10px;
	}

    header .btn {
        line-height: 0;
	}

    header .btn img {
        width: 35px;
		height: 35px;
        padding: 8px;
    }

	header .btn.login img,
	header .btn.logout img {
		padding: 9px 6px 7px 9px;
	}

	header .btn.cart-btn img {
		padding: 8px 8px 6px 7px;
	}

	header a.login:before,
	header a.logout:before,
	header a.registration:before,
	header a.mypage:before {
		margin: auto 8%;
		width: 15px;
		height: 15px;
		top: -2px;
	}

	header .faq {
		width: calc(100% - 32px);
		margin: 30px auto 0;
		font-size: 16px!important;
		font-weight: bold;
	}

	header a.fa:before {
		margin: auto 20%;
	}

}


@media screen and (min-width:991px) {
	.navbar-expand-custom {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-custom .navbar-nav {
		flex-direction: row;
        align-items: center;
	}

	.navbar-expand-custom .navbar-nav .nav-link,
    header .parent-category {
		margin-right: 15px;
	}

	.navbar-expand-custom .navbar-nav .nav-link.faq-link {
		margin-right: 18px;
	}

	.navbar-expand-custom .navbar-collapse {
		display: flex!important;
		flex-basis: auto;
	} 

	.navbar-toggler-custom-icon {
		display: none;
	}

	.d-custom-inline {
		display: inline!important;
	}

	.d-custom-none {
		display: none!important;
	}
}

/* ========================================== */
/* CONTENTS */
/* ========================================== */

.container h2 {
	margin: 40px auto;
	color: #88D2EF;
	font-family: "Great Vibes", "Noto Sans JP", cursive;
	font-size: 45px;
}

.container h2.font-normal {
	font-weight: normal;
	font-size: 36px;
}


@media screen and (max-width: 767px) {

	.container h2 {
		font-size:36px;
		margin: 20px auto;
	}

	.container h2.font-normal {
		font-size: 26px;
	}

}


/* ========================================== */
/* フッター */
/* ========================================== */

footer {
	padding: 50px 0;
	border-top:solid 1px #C9C9C9;
}

footer .logo-area {
    width: 230px;
    margin: 0 auto 20px;
}

footer .logo-area img {
    width: 100%;
}

footer .sns-area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

footer .sns-area .sns-icon {
    width: 35px;
}

footer .sns-area .sns-icon:nth-child(2) {
    margin: 0 20px;
}

footer .sns-area .sns-icon img {
    width: 100%;
}

footer ul {
    display: flex;
    justify-content: center;
	margin-bottom:45px;
}

footer li {
	display:inline-block;
	margin-right:32px;
}

footer li a {
	color:#334155;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
}

footer li a:hover {
	opacity: 0.8;
    color:#334155;
}

footer .copy {
    color: #334155;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
}

@media screen and (max-width: 991px) {

footer li {
	display:inline-block;
	margin-right:18px;
}
	
}

@media screen and (max-width: 767px) {

    footer ul {
        display: block;
    }

    footer ul li {
        margin-bottom: 15px;
        display: block;
    }

    footer .copy {
        text-align: left;
    }

    footer .copy span {
        display: inline-block;
    }
	
}


/* ========================================== */
/* 共通カラー */
/* ========================================== */
/* ベースカラー */
/* 背景 */
.bg-base {
  /* サイト全体の背景色 */
  background-color: #fff;
}
.bg-toggle {
  /* サイト全体の背景色 */
  background-color: #333;
}

.bg-pink {
    background-color: #FCE4EC;
}

.bg-pink2 {
    background-color: #FFF3F7;
}

/* メインカラー */
/* 背景 */
.bg-main {
  /* 主にヘッダの背景色 */
  background-color: #212121;
}
/* サブカラー */
.bg-sub {
  /* 主にフッタの背景色 */
  background-color: #F0F0F0;
}
/* アクセントカラー */
/* 任意でUIパーツの色を増やしたいときに定義を増やす */
.bg-accent-light-gray {
  background-color: #f8f8f8;
}
.bg-accent-light-red {
  background-color: #efdfdf;
}

/* テキスト */
.text-base {
  color: #fff;
}
.text-main {
  color: #333;
}
.text-accent-light-gray {
  color: #c0c0c0;
}
.red {color:#FF0004;}

/* ========================================== */
/* UIパーツ別 */
/* ========================================== */
/* ボタン */
.btn {
	border-radius: 30px;
}

.btn-main {
	color: #88D2EF !important;
	background-color: #fff;
	border-color: #88D2EF;
}

@media screen and (min-width: 768px) {
	.btn-main {
		color: #88D2EF !important;
		background-color: #fff;
		background-image: none;
		border-color: #88D2EF;
	}
}

@media screen and (max-width: 767px) {
	.btn-main {
		color: #88D2EF !important;
		background-color: #fff;
		background-image: none;
		border-color: #88D2EF;
	}

	.contents .btn-main {
		color: #88D2EF !important;
		background-color: #fff;
		background-image: none;
		border-color: #88D2EF;
	}

	.btn-main:hover {
		color: #fff !important;
		background-color: #88D2EF;
		border-color: #88D2EF;
	}

	.contents .btn-main:hover {
		color: #fff !important;
		background-color: #88D2EF;
		border-color: #88D2EF;
	}
}

.btn-main:hover {
	color: #fff !important;
	background-color: #88D2EF;
	border-color: #88D2EF;
}

a.btn {
	text-decoration:none;
}

.more-btn {
	position: relative;
	display: block;
	width: 170px;
	margin: 0 auto;
	color: #88D2EF;
	padding: 3.5px 6.5px;
	border: 1px solid #88D2EF;
	border-radius: 30px;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
}

.more-btn:hover {
	color: #88D2EF;
	opacity: 0.8;
}

.more-btn .fa {
	position: absolute;
	top: 9.5px;
	right: 16px;
	font-size: 20px;
}

/* ページネーション */
.page-item .page-link {
    color: #88D2EF;
}

.page-item.active .page-link {
	background-color: #88D2EF;
    border-color: #88D2EF;
}


/* アラート */
.alert-main {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-registration-mail.alert,
.alert-mypage-change-email.alert {
  border: none;
}
.alert-registration-mail.alert .alert-heading,
.alert-mypage-change-email.alert .alert-heading {
  color: #ff0000;
}
.alert-registration-mail.alert .alert-body,
.alert-mypage-change-email.alert .alert-body {
  color: #808080;
}

/* バッジ（ラベル） */
.badge-history-status.badge {
  font-size: 100%;
  font-weight: normal;
  padding: .5em 1em;
}
.badge-history-status.badge-secondary {
  color: #343a40;
  background-color: #e9ecef;
}

/* ========================================== */
/* 画面別 */
/* ========================================== */


/* マイページ履歴 */
@media screen and (min-width: 768px) {
.row-history-left {
  border-right: 1px solid rgba(0,0,0,.1);
}
}


/*--------------------
  MYPAGE
--------------------*/
@media screen and (min-width: 768px) {
.row-history-left {
  border-right: 1px solid rgba(0,0,0,.1);
}
}

.mypage-plan-contract-footer {
    display: none;
}

.uploaded-photo-status-label, .shipping-history-status-label, .ec-history-status-label, .ticket-history-status-label, .ticket-history-ticket-status-label {
    border-radius: 2rem;
	padding: 6px 1em;
}

/*membership-card*/

.membership-card-image .membership-card-image-on-member-number {
right: 3%;
bottom: 3%;
color:#fff;
font-size: 16px;
}

@media screen and (max-width: 575px) {
.membership-card-image .membership-card-image-on-member-number {
font-size: 4vw;
}
}

/*------------------------
 pagination上余白
------------------------*/
ul.pagination {
	margin-top: 80px;
}

/*--------------------------------
 form 内容確認ページ
--------------------------------*/
form dd{
	margin-bottom:1rem;
}
form dt label{
	font-weight: 700;
}

/*--------------------
  STORE TAG
--------------------*/
#store .store_tag ul{
	text-align: left!important;
	display: inline;
}

#store .store_tag ul li{
	padding: 0!important;
	margin-left: 1em;
}

/*--------------------
  STORE
--------------------*/
#store .border .row .text-center div > h6 {
	text-align: left;
}

#store .border .row .text-center div > p {
	text-align: right;
}