/* ========================================== */
/* base */
/* ========================================== */

body {
	font-family:"メイリオ",Meiryo,"HiraKakuProN-W3","ヒラギノ角ゴ ProN W3",sans-serif;
	line-height:1.8;
	color:#5F6368;
	font-size:14px;
	overflow-y: scroll;
}

body.prevent {
    overflow: hidden;
}

.container {
    max-width: 1100px;
}



ul {
	padding:0px;
	margin:0;
	list-style:none;
}

ul.indent li {
	text-indent:-1em;
	padding-left:1em;
}

dt {
	font-weight:normal;
}

a {
    color: #3ecf65;
	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;
}

a:hover {
	opacity: 0.7;
    color: #3ecf65;
}

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: 1030px;
}

dl,dd,p {
	margin:0;
	padding:0;
}



/* ========================================== */
/* フォント */
/* ========================================== */

.font-base {
	font-family: "Noto Sans JP","メイリオ",Meiryo,"HiraKakuProN-W3","ヒラギノ角ゴ ProN W3",sans-serif;
}

.font-accent {
  font-family: "Montserrat", sans-serif;
}

.font-xs {
  font-size: 11px;
  line-height: 1.4rem;
}

a {
	-webkit-transition:.3s ease;
	transition:.3s ease;
}

a:hover {
	text-decoration:none;
}


/* ========================================== */
/* ヘッダー */
/* ========================================== */

header {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    height: 60px;
    background-color: #fff;
}

#header_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    height: 60px;
}

#header_inner::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, #E74C3C, #F1C40F, #A8E6CF, #5DADE2, #2C3E7B, #495271, #FF6B9D);
}

header .brand-logo img {
	width: 165px;
}

header h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #1A1A2E;
    margin-bottom: 0;
}

header h1 span {
    color: #ACE7D1;
}

header a {
	color: #1A1A2E;
	text-decoration:none;
}

header a:hover {
	color: #1A1A2E;
    opacity: 0.7;
}

header .btn {
	min-width:100px;
}

header .close-btn {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

header .nav-link {
	border-bottom:none;
}

header .nav-link:hover {
	border-bottom:none;
}

header .nav_inner {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #fff;
    width: 300px;
    height: 100dvh;
    transition: all .6s;
    z-index: 1037;
}

header .nav_inner.active {
    right: 0;
}

.nav_inner_top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 12px;
    margin-bottom: 40px;
    height: 60px;
}

.nav_inner_top::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, #E74C3C, #F1C40F, #A8E6CF, #5DADE2, #2C3E7B, #495271, #FF6B9D);
}

.nav_inner_top .logo-area {
    width: 100px;
}

.nav_inner_top .logo-area img {
    margin-top: -1px;
}

.nav_inner_top .close-btn span {
    display: block;
    background-color: #4A5568;
    width: 20px;
    height: 3px;
    cursor: pointer;
}

.nav_inner_top .close-btn span:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 19px;
    left: 10px;
}

.nav_inner_top .close-btn span:nth-child(2) {
    transform: rotate(-45deg);
    position: absolute;
    top: 19px;
    right: 10px;
}

.nav_sp_inner_wrapper {
    position: relative;
    padding: 0 25px;
    height: calc(100dvh - 100px);
}

.nav_inner_conetnts {
    margin-bottom: 32px;
}

.nav_sp_inner_wrapper .btn-rainbow a,
.nav_sp_inner_wrapper .btn-simple a{
    display: block;
    padding: 12px 0;
    width: 100%;
    border-radius: 12px;
}

.nav_sp_inner_wrapper .btn-rainbow a i,
.nav_sp_inner_wrapper .btn-simple a i {
    margin-right: 7px;
}

.nav_sp_inner_wrapper .btn-simple a{
    text-align: center;
    border: 1px solid rgba(0,0,0,0.15);
    font-weight: bold;
}
s
header .nav_sp_inner_wrapper .btn-rainbow,
.nav_sp_inner_wrapper .btn-simple {
    margin-bottom: 8px;
}

header .nav_sp_inner_wrapper .btn-rainbow {
    margin-bottom: 8px;
}

header .nav_sp_inner_wrapper .btn-rainbow a {
    color: #fff;
}

.contents_list_sp li {
    margin-bottom: 16px;
}

.contents_list_sp li a {
    color: #4A5568;
    font-size: 16px;
    font-weight: bold;
}

.contents_list_sp li a i {
    margin-right: 10px;
}

.header-movie i,
.header-blog i,
.header-download i,
.header-faq i {
    transform: translateX(1px);
}

.header-store i {
    transform: translateX(-1px);
}

.contents_list_sp li a span {
    transform: translate(-4px, 5px);
    margin-right: 3px;
}

.header-snslink {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 26px 35px;
    border-top: 1px solid rgba(0,0,0,0.15);
}

.sns-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sns {
    width: 44px;
    height: 44px;
    background-color: #F0FFF4;
    border-radius: 9999px;
}

.sns.tiktok a img {
    width: 24px;
    height: 24px;
}

.sns a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.sns a img {
    width: 18px;
    height: 18px;
}

.sns a img.tiktok {
    width: 25px;
    height: 25px;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-right .content-list {
    display: flex;
    align-items: center;
}

.header-right .content-list li {
    margin-left: 20px;
}

.header-right .content-list li a {
    font-weight: bold;
}

header .service-link {
    padding: 5px 15px;
    margin-left: 24px;
}

header .service-link a {
    display: block;
    font-size: 14px;
    line-height: 16px;
}

header .service-link a span {
    font-size: 10px;
}

.navbar-toggler-custom-icon {
    margin-left: 16px;
}

.navbar-toggler-custom-icon span {
    background-color: #1A1A2E;
}

.navbar-toggler-custom-icon.active span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navbar-toggler-custom-icon.active span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.navbar-toggler-custom-icon.active span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.overray {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1036;
}

.overray.active {
    display: block;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 75px;
    width: 100%;
    background-color: #fff;
}

.contents-menu {
    display: flex;
    align-items: center;
    height: 100%;
}

.contents-menu .content {
    display: block;
    width: 25%;
    padding-top: 5px;
}

.contents-menu .content .icon-area {
    position: relative;
    width: 30px;
    margin: 0 auto;
}

.contents-menu .content i,
.contents-menu .content p {
    color: #718096;
    display: block;
    text-align: center;
}

.contents-menu .content i {
    margin-bottom: 3px;
    font-size: 24px;
}

.contents-menu .content p {
    font-weight: bold;
    font-size: 10px;
}

@media screen and (max-width: 991px) {
    #header_inner {
        padding: 0 16px;
    }
    
    header h1 {
        font-size: 16px;
    }
    
    header .service-link {
        padding: 5px 12px;
    }
}

@media screen and (max-width: 990px) {
    header .btn {
        min-width:80px;
        font-size:90%;
    }

    header.navbar {
        padding:0;

    }

    .navbar-toggler-custom-icon {
        height:25px;
    }

}



@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);
}

}




/* ========================================== */
/* CONTENTS */
/* ========================================== */

.container h2 {
	margin-bottom: 10px;
    color: #000;
    font-size: 28px;
    font-weight: bold;
}

.container .title-section {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .container h2 {
        font-size: 24px;
    }
}


/* ========================================== */
/* フッター */
/* ========================================== */

footer {
    position: relative;
    background-color: #171F3A;
	padding: 48px 0 70px;
    margin-top: auto;
}

footer::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, #E74C3C, #F1C40F, #A8E6CF, #5DADE2, #2C3E7B, #495271, #FF6B9D);
}

footer a:hover {
    color: rgba(255,255,255,0.8);
    opacity: 0.7;
}

footer p {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 24px;
    text-align: center;
}

footer ul {
    display: flex;
    justify-content: center;
}

footer ul li {
    margin-right: 16px;
}

footer ul li:nth-last-child(1) {
    margin: 0;
}

footer ul li a {
    display: block;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    font-weight: bold;
}

footer .nav-top {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 24px;
}

footer .nav-bottom {
    margin-bottom: 16px;
}

footer .copy {
    font-size: 11px;
    font-weight: bold;
    color: rgba(255,255,255,0.6);
    text-align: center;
}

@media screen and (max-width: 767px) {
    .nav_inner_conetnts {
        margin-bottom: 16px;
    }

    .nav_inner_top {
        margin-bottom: 32px;
    }

    .contents_list_sp li {
        margin-bottom: 12px;
    }

    footer {
        padding: 24px 13px 123px;
    }

    footer ul li {
        margin-right: 12px;
    }

}

@media screen and (max-width: 374px) {

    .contents_list_sp li {
        margin-bottom: 8px;
    }

    footer ul li a {
		font-size: 10px;
	}

}

@media screen and (max-width: 320px) {
    .nav_sp_inner_wrapper {
        height: calc(100dvh - -2px);
    }

}

@media screen and (max-width: 320px) {
    .header-snslink {
        bottom: 95px;
        padding: 10px 35px 15px;
    }
}

/* ========================================== */
/* 共通カラー */
/* ========================================== */
/* ベースカラー */
/* 背景 */
.bg-base {
  /* サイト全体の背景色 */
  background-color: #fff;
}
.bg-toggle {
  /* サイト全体の背景色 */
  background-color: #333;
}

/* メインカラー */
/* 背景 */
.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: 2rem;
}
.btn-main {
  color: #fff !important;
  background-color: #3ecf65;
  border-color: #3ecf65;
}
@media screen and (min-width: 768px) {
.btn-main {
  color: #333 !important;
  background-color: transparent;
  background-image: none;
  border-color: #3ecf65;
}
}
.btn-main:hover {
  color: #fff !important;
  background-color: #3ecf65;
  border-color: #3ecf65;
}

.btn-link {
    color: #3ecf65;
}

.btn-link:hover {
    color: #3ecf65;
    opacity: 0.7;
    text-decoration: none;
}

a.btn {
	text-decoration:none;
}

a.btn:hover {
    opacity: 1;
} 

.btn-rainbow {
    background: linear-gradient(135deg, #E74C3C, #F1C40F, #A8E6CF, #5DADE2, #2C3E7B, #9B59B6, #FF6B9D);
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.btn-rainbow::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -120%;
    width: 60%;
    height: 200%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.9),
        rgba(255,255,255,.6),
        transparent
    );
    transform: skewX(-20deg);
    opacity: 0;
    pointer-events: none;
    animation: none;
}

.btn-rainbow:hover,
.btn-rainbow a:hover,
.kv-btn-area .btn-rainbow:hover,
.kv-btn-area .btn-rainbow a:hover,
.top-main-contents .mv-service-link .btn-rainbow:hover,
.top-main-contents .mv-service-link .btn-rainbow a:hover {
    opacity: 1;
}

.btn-rainbow:hover::before {
    animation: shineIn 1s ease-out;
}

@keyframes shineIn {
    0% {
        left: -120%;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    60% {
        left: 120%;
        opacity: 0;
    }
    100% {
        left: 120%;
        opacity: 0;
    }
}

.btn-rainbow:hover {
    box-shadow: 0 0 16px rgba(255,255,255,.8);
}

.btn-border-rainbow {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 12px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #E74C3C, #F1C40F, #A8E6CF, #5DADE2, #2C3E7B, #9B59B6, #FF6B9D) border-box
    ;
}

.rainbow-icon {
    background: linear-gradient(135deg, #E74C3C, #F1C40F, #A8E6CF, #5DADE2, #2C3E7B, #9B59B6, #FF6B9D);
    border-radius: 12px;
    padding: 7px;
    margin-right: 4px;
    color: #fff;
}

.more-btn {
    display: block;
    color: #2C3E7B;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-left: auto;
}

.btn-orange {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 12px;
    background: linear-gradient(130deg, #FFD700 0%, #FFA500 50%, #FF6B9D 100%) border-box;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 4px 20px rgba(255,215,0,0.4);
}


/* アラート */
.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: 4%;
    bottom: 4%;
    color: #000;
    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;
}

ul .page-item.active .page-link {
    background-color: #3ecf65;
    border-color: #3ecf65;
}

ul .page-item .page-link {
    color: #3ecf65;
}

/*--------------------------------
 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;
}