@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------

 PC CSS メンバーズ
 
--------------------------------------------------------*/
/* =================================
	共通設定
================================= */
.sp {
	display: none;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: all 0.2s ease-out 0s;
}
/* =================================
	パンくず・SNS
================================= */
#contents_wrapper {
}
#contents_wrapper #breadcrumb-area {
	width: 950px;
	margin: 0 auto;
}
#contents_wrapper #sns {
	width: 950px;
	margin: -35px auto 0;
	text-align: right;
}
/* =================================
	フェードイン設定
================================= */

.list-mv07 {
	transition: .8s;
	margin: 0 0 0;
}
.list-mv07 {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
}
.mv07 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.con05 h2 img.list-mv07 {
	transition: .8s;
	margin: 10px 0 0;
}
/*-----------------------------------
 *ヘッダ
 *-----------------------------------*/
.hed {
	background-color: #fff340;
	padding: 40px 0;
	text-align: center;
	position: relative;
}
.hed_ttl {
}
.hed_txt {
	color: #111;
	margin: 20px auto 0;
	font-size: 20px;
	line-height: 1.7;
	font-family: "Noto Sans Japanese", sans-serif;
}
.btn_link {
}
.btn_link a {
	font-size: 20px;
	color: #111;
	font-weight: bold;
	background-color: #fff;
	padding: 20px;
	display: block;
	width: 600px;
	margin: 20px auto 10px;
	border: solid 2px #111;
	border-radius: 4px;
	position: relative;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: bold;
}
.btn_link.bottom a {
	text-align: center;
	background-color: #fff340;
}
.btn_link a:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	/* margin: 0 8px -1px 0; */
	border-top: 2px solid #111;
	border-right: 2px solid #111;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 23px;
}
.txt_link a {
	text-decoration: underline;
	color: #065d42;
}
.txt_link a:hover {
	text-decoration: none;
}
.hed_muryou {
	position: absolute;
	top: 190px;
	left: 65%;
}
@media screen and (max-width: 1024px) {
.hed_muryou {
	left: 75%;
}
}
/*-----------------------------------
 *お知らせ
 *-----------------------------------*/
.info{
	width:800px;
	margin:20px auto;
	border-bottom:2px solid #065d42;
	color:#065d42;
	position:relative;
}
.info span{
	background:#065d42;
	color:#fff;
	padding:5px 10px;
	margin-right:20px;
	font-size:90%;
}

.info a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #065d42;
    border-right: 2px solid #065d42;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    bottom: 8px;
	font-size:120%;
}
@media screen and (max-width: 1024px) {
.info{
	width:90%;
	margin:20px auto;
	border-bottom:2px solid #065d42;
	color:#065d42;
	position:relative;
}
.info span{
	background:#065d42;
	color:#fff;
	padding:5px 10px;
}
.info span:after{
	content: "\A" ;
	white-space: pre ;
}

.info a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #065d42;
    border-right: 2px solid #065d42;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    bottom: 8px;
}
}
/*-----------------------------------
 *コンテンツ
 *-----------------------------------*/
.center {
	text-align: center;
}
.members-contents {
	margin: 0 0 30px;
}
.mc_hed_ttl {
	font-size: 30px;
	color: #065d42;
	font-family: "Noto Sans Japanese", sans-serif;
	text-align: center;
	margin: 50px 0 0;
}
.mc_hed_ttl_1 {
	display: block;
	margin: 0 0 -15px;
}
.mc_hed_ttl_2 {
	font-size: 60px;
	margin: 0 0 0;
}
.mc_hed_ttl_nm {
	font-family: 'Jost', sans-serif;
	font-size: 130px;
	font-style: italic;
	padding: 0 10px 0 0;
}
.mc_sec {
	width: 800px;
	background-color: #eee;
	margin: 0 auto 40px;
	padding: 30px 80px;
	border-radius: 0 0 30px 30px;
	position: relative;
}
.mc_sec:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -30px;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 30px solid #eeeeee;
}
.mc_sec.last:after {
	content: normal;
}
.mc_sec_nm {
	text-align: center;
	color: #065d42;
	margin: 0 0 20px -40px;
}
.mc_sec_nm_saport {
	font-size: 16px;
	font-weight: bold;
	font-family: "Noto Sans Japanese", sans-serif;
}
.mc_sec_nm_saport_nm {
	font-family: 'Jost', sans-serif;
	font-size: 60px;
	font-style: italic;
	font-weight: 700;
}
.mc_sec_ttl {
	color: #065d42;
	font-size: 29px;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.mc_sec_ttl_tax {
	font-size: 13px;
	display: inline-block;
	margin: 0 -5px;
}
.Jost_nm500 {
	font-size: 40px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
}
.mc_sec01_box {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	justify-content: space-between;
	color: #065d42;
	font-size: 17px;
	margin: 20px 0 10px;
}
.mc_sec01_box_l {
	background-color: #fff;
	width: 60%;
	padding: 20px;
	font-weight: bold;
	line-height: 1.6;
}
.mc_sec01_box_r {
	width: 38%;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 38px 0 0;
}
.mc_sec_ad_wrap {
}
.mc_sec_ad_list {
	text-indent: -1em;
	padding-left: 1em;
	color: #111;
}
.mc_sec_ttl_sb {
	display: block;
	font-size: 20px;
	line-height: 1.5;
}
.mc_sec_img {
	margin: 20px 0 10px;
}
.mc_sec_txt {
	color: #065d42;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 0;
	line-height: 1.6;
}
#rule {
	width: 800px;
	margin: 50px auto 110px;
}
.rule_wrap {
	border: 1px solid #ccc;
	height: 180px;
	margin-top: 10px;
	overflow-y: scroll;
	width: 100%;
	padding: 15px 10px 15px 15px;
}
.rule_wrap dt {
	font-weight: bold;
}
.rule_wrap dd {
	margin: 0 0 10px 1em;
}
.rule2 {
	margin: 30px 0 0;
}


/* 2023.08.07追加 有料会員 */
.premium {
    position:relative;
    z-index:1;
    border-radius:3px;
    padding:10px;
    margin:20px auto;
    width:650px;
    background:linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
    text-align:center;
    color: #065d42;
    font-size: 15px;
    font-weight:bold;
    font-feature-settings: "palt" 1;
}
.premium::before {
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    box-sizing:border-box;
    border-radius:3px;
    padding:2px;
    width:100%;
    height:100%;
    background:#fff;
    background-clip:content-box;
    content:"";
}
.premium a{
  padding: 1rem 4rem;
  border-radius: 100vmax;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight:bold;
  background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
  color: #065d42;
  border: 0;
  width:80%;
  margin:10px auto;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* 2024.10.02追加 仮会員 */
.txt_sublead {
	width: 800px;
    margin:20px auto 0 auto;
	text-align: center;
}
.txt_sublead p{
    font-size: 1.5rem;
	text-align: left;
}


/*-----------------------------------
 *フォント
 *-----------------------------------*/
/* cyrillic */
@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/jost/v1/92z8tBhPNqw79Ij1C9z1vBQv7mxrZh9NHHnUBkLNPUtG8P1mORTIiKA.woff2) format('woff2');
 unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/jost/v1/92z8tBhPNqw79Ij1C9z1vBQv7mxrZh9NHHnUBkLNPUtG8P1mMxTIiKA.woff2) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/jost/v1/92z8tBhPNqw79Ij1C9z1vBQv7mxrZh9NHHnUBkLNPUtG8P1mPRTI.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/jost/v1/92z8tBhPNqw79Ij1C9z1vBQv7mxrZh9NHHnUBkLNPUtGJfpmORTIiKA.woff2) format('woff2');
 unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/jost/v1/92z8tBhPNqw79Ij1C9z1vBQv7mxrZh9NHHnUBkLNPUtGJfpmMxTIiKA.woff2) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/jost/v1/92z8tBhPNqw79Ij1C9z1vBQv7mxrZh9NHHnUBkLNPUtGJfpmPRTI.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
