
@charset "utf-8";

/* ログインページ */
body{
	color: #232323;
}
#right_area{margin-top: 0;}
.top_title{
    width: 100%;
    height: 250px;
    margin: auto;
    text-align: center;
	background-image: url("../img2024/top.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    display: flex;
    justify-content:center;
    align-items: center;
	margin-top: 149px;
}

.top_title h1{
	display:flex;
    justify-content:center;
    align-items: center;
	width:400px;
	height:60px;
	background-color:rgba(255, 255, 255,0.75);
    font-family: 'Sawarabi Mincho';
	font-size:25px;
	letter-spacing: 2px;
	border-left: 5px #ffffff solid;
}

h2.member_title{
	font-family: "Noto Sans JP", sans-serif;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 0px;
}
h2.member_title2{
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	margin-bottom: 0px;
}
/* コンテナ */
#container01 {
	display: flex;
	justify-content: space-around;
	margin: 20px auto 40px;
}

#container01 p{
	width: auto;
}
.no-member{
	width: 45%;
	background: #fff;
	border: 1px solid #8e8e8e;
}
.no-member p{
	padding: 0 20px;
}
.no-memnber-title{
	background: #f88400;
	color:#fff;
	font-weight: bold;
	padding: 5px;
}
.no-member_list{
	font-size: 18px;
	margin:0 20px;
	padding:0 20px;
}
.no-member_list li{
	list-style: disc;
}

.cta_btn04 {
  font-weight: bold; /* 文字の太さ */
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  display: block;
  padding: 1em;
  transition: 0.3s;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff; /* ボタン文字色 */
  border-radius: 10px;
  background: #f88400; /* 背景色 */
  box-shadow: 0 5px 0 #995100;
  margin:30px auto;
}

.cta_btn04 p {
  margin: 0;
  text-align: center;
}

.cta_btn04 .cta_btn04_copy {
  font-size: 80%; /* コピー文字サイズ */
  display: block;
  padding: 0.3em 0;
  color: #232323; /* コピー文字色 */
  border-radius: 100vh;
  background: #fff; /* コピー背景色 */
  margin-bottom: 10px;
}
.cta_btn04 .cta_btn04_copy span{
	font-size: 20px;
}

/* マウスオーバーした際のデザイン */
.cta_btn04:hover {
  transform: translate(0, 3px);
  color: #232323;
  background: #f88400;
  box-shadow: 0 2px 0 #f88400;
}
            

.member{
	width: 45%;
	background: #fff;
	border: 1px solid #8e8e8e;
	max-height: 250px;
}
.member p{
	padding: 0 20px;
}
.memnber-title{
	background: #808baa;
	color:#fff;
	font-weight: bold;
	padding: 5px;
}
.cta_btn03 {
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  color: #fff; /* ボタン文字色 */
  background-color: #808baa; /* ボタン上色 */
  position: relative;
  padding: 1em 2em;
  border-radius: 100vh;
  border-bottom: 5px solid #687289; /* ボタン下色 */
  font-weight: bold; /* ボタン文字の太さ */
  text-decoration: none;
  display: block;
  transition: 0.2s;
  text-align: center;
  margin: 2em auto; 
}

.cta_btn03-copy {
  font-size:90%; /* コピー文字サイズ */
  font-weight: bold; /* コピー文字の太さ */
  color: initial; /* コピー文字の色 */
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}

.cta_btn03-copy:before {
  margin-right: 1rem;
  content: '＼';
}

.cta_btn03-copy:after {
  margin-left: 1rem;
  content: '／';
}

/* マウスオーバーした際のデザイン */
.cta_btn03:hover {
  margin-top: calc(2em + 3px);
  border-bottom: 2px solid #687289; /* ボタン下色 */
}

p.cam_img{padding-bottom: 50px;}

.member-flow{
	width: 100%;
	background: #e2e4e9;
	margin:auto;
	padding: 20px;
	margin-bottom: 50px;
}
.point-flow{
	width: 100%;
	background: #e2e4e9;
	margin:auto;
	padding: 20px;
	margin-bottom: 50px;
}

.benefits{
	width: 950px;
	background: #fff;
	margin: 50px auto;
}	
.benefits h2{
	text-align: center;
	display: block;
    font-family: 'Sawarabi Mincho';
	font-size: 25px;
	margin: 20px auto;
	line-height: 2em;
	letter-spacing: 0.1em;
}
.benefits h2 span{
	font-size: 25px;
	border-bottom: 1px solid #232323;
	color: #f88400;
}
.benefits h2 span.b-title_black{
	color: #232323;
}
.benefits h2 span.b-title{
	font-size: 35px;
	font-weight: bold;
	border-bottom: none;
}
.benefits-flex{
	display: flex;
	justify-content: space-around;
}
.privilege_01{
	position: relative;
	background: #ebebeb;
	border-radius: 10px;
	width: 900px;
	margin: 30px auto ;
	text-align: center;
	padding: 20px;
}
.privilege_01 h3{
	font-weight: bold;
	font-size: 25px;
}
.privilege_01 h3 span{
	font-weight: bold;
	color: #f88400;
}
.privilege_01 h3 span.p-title{
	font-weight: bold;
	font-size: 40px;
}

.privilege_img_lefttop{
	width: 100px;
	height: 100px;
	position: absolute;
	top: -15px;
	left: 20px;
}
.privilege_img_lefttop_01{
	width: 100px;
	height: 100px;
	position: absolute;
	top: -20px;
}

.privilege_img_01{
	width: 100px;
}
p.privilege_img_02{
	width: 150px;
	margin: auto;
}
p.privilege_img_03{
	width: 90%;
	margin: auto;
}
p.privilege_img_04{
	width: 186px;
	margin:30px auto;
}
.privilege_02{
	position: relative;
	background: #ebebeb;
	border-radius: 10px;
	width: 45%;
	margin: 30px auto 50px;
	text-align: left;
	padding: 20px;
}
.privilege_02 h3{
	font-weight: bold;
	padding-left: 110px;
	font-size: 25px;
}
.privilege_02 h3 span{
	font-weight: bold;
	color: #f88400;
}
.privilege_02 h3 span.p-title{
	font-weight: bold;
	font-size: 40px;
}
.privilege_02 p.p-title01,.privilege_03 p.p-title01{
	font-weight: bold;
	padding-left: 110px;
	font-size: 25px;
	width: 300px;
	color: #f88400;
	text-align: center;
}
.privilege_02 span.p-title,.privilege_03 span.p-title{
	font-weight: bold;
	font-size: 40px;
}
.privilege_03 p.p-title02{
	font-weight: bold;
	padding-left: 110px;
	font-size: 25px;
	color: #f88400;
	margin: 0;
}
.privilege_03{
	position: relative;
	background: #fff;
	border-radius: 10px;
	width: 860px;
	margin:0 auto ;
	text-align: left;
	padding:0 20px 30px;;
}
.privilege_03 h3{
	font-weight: bold;
	line-height: 1.3em;
	padding-left: 110px;
	font-size: 18px;
}
.privilege_03 h3 span{
	font-weight: bold;
	color: #f88400;
	font-size: 30px;
}
.privilege_03 p{
	margin: 30px auto;
}

/*ランキング*/
.privilege-wrap{
	width: 100%;
	margin:auto;
	padding: 20px;
	margin-bottom: 50px;
}
.privilege_contents{
	width: 950px;
	background: #fff;
	margin: 0px auto;
	text-align: left;
}	
.privilege_contents h2{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 25px;
	color: #fff;
	background: #808baa;
	padding: 10px 50px;
}
.rank-list{
	padding:20px 50px 30px;
}
.rank-list h3{
	font-size: 20px;
	font-weight: bold;
	text-indent: -1em;
}
.rank-list h3::before{
	content: "■";	
}
.rank-list p{
	margin: 10px 0; 
}
.rank-list.campaign{
	width:750px; 
	margin: auto;
}
.rank-list.campaign p{
	font-size:20px;
}
.link-orange{
	color: #f88400;
}

/*ポイント*/

.point{
	width: 950px;
	background: #fff;
	margin: 50px auto;
}	
.point h2{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 25px;
	color: #fff;
	background: #808baa;
	padding: 10px 50px;
}
.point-list{
	font-size: 14px;
	padding:20px 50px;
}
.point-list h3{
	font-size: 20px;
	font-weight: bold;
	text-indent: -1em;
}
.point-list h3::before{
	content: "■";	
}
.point-list p{
	margin: 10px 0; 
}
.point-flex{
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
}
.point-left{
	vertical-align: top;
	width: 50px;
	margin:0 auto;
}
.point-right{
	margin: 0;
	width: 700px
}
.point-img{
	width: 300px;
}

div.point-left_01 img{
	width: 50px;
	margin-left: 50px;
}
.point-list01{
	width: 300px;
	margin: 20px auto;
}
.point-list01 li{
	color: #f88400;
	list-style: decimal;
	line-height: 2em;
}
.point-contents01{
	text-align: center;
}
.point-contents01 img{
	width: 50px;
}

/*マスクプレゼント*/
.mask-wrap{
	width: 1100px;
	margin:auto;
	padding: 20px;
	margin-bottom: 50px;
}
.mask_h1{
	font-size: 22px;
	margin: 50px auto 30px;
	width: 80%;
}
.mask_h2{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px; 
	color: #3f232e;
	width: 50%;
	margin: auto;
}
.pasima_logo{
	width: 50%;
	margin: auto;
}
.pasima_logo2{
	font-size: 25px;
	margin: 0 0 50px;
	text-align: center;
	color: #532d3b;
}
.pasima_logo2 span{
	font-weight: bold;
	font-size: 1.2em;
}
.pasima_logo3{
	font-size: 25px;
	color: #532d3b;
}
.pasima_logo3 img{
	width: 30%;
	margin: auto;
	vertical-align: middle;
}
.pasima_logo4{
	font-size: 16px;
	font-weight: bold;
	margin: auto;
	text-align: center;
}
.pasima_logo4 img{
	width: 80%;
}
.mask_flex{
	display: flex;
	justify-content: center;
	margin: 20px auto 40px;
	align-items: center;
}
.pasima_img{width: 50%;}
.mask_point{
	border-radius: 5px;
    display: block;
    width: 100px;
	height: 80px;
    padding: 15px;
    box-sizing: border-box;
    background: #dadada;
    color: #000;
    text-decoration: none;
    text-align: center;
	font-weight: bold;
    margin: 10px;
}
.mask_txt{text-align: center;}


.txt_c{text-align: center;}
.txt_r{text-align: right;}
.txt_red{color: #532d3b;}
.txt_fsup{font-size: 1.2em;;}
.pa_t_100{padding-top: 100px;}
.request_img{
	width: 50%;
	margin:150px auto 50px;
}
.mask_h3{
	text-align: center;
	font-size: 25px; 
	color: #3f232e;
	width: 50%;
	margin: auto;
	font-weight: normal;
}
.mask_h3 span{
	font-size: 0.8em;
	display: block;
}
.mask_point2{
	border-radius: 5px;
    display: block;
    width: 100px;
	height: 40px;
    padding: 5px;
    box-sizing: border-box;
    background: #532d3b;
    color: #fff;
    text-decoration: none;
    text-align: center;
	font-weight: normal;
    margin: 50px auto;
}
.pattern{
	text-align: center;
}
.pattern img{
	margin-top: 20px;
	width: 70%;
	border: 3px solid #532d3b;
}
.pattern2 img{
	width: 350px;
}
.mask_flex2{
	display: flex;
	justify-content: center;
	margin: 20px auto 40px;
	align-items:baseline;
}
.mask_flex3{
	width: 630px;
	display: flex;
	justify-content:flex-end;
	margin: 20px auto 40px;
	align-items:baseline;
}
.pattern3 img{
	width: 350px;
}
.pattern_txt{
	margin-left: -80px;
	text-align: right;
	font-size: 12px;
}
.w630{
	width: 630px; 
	margin: 0;
}
.mask_point3{
	border-radius: 5px;
    display: block;
    width: 150px;
	height: 40px;
    padding: 5px;
    box-sizing: border-box;
    background: #532d3b;
    color: #fff;
    text-decoration: none;
    text-align: center;
	font-weight: normal;
    margin: 50px auto;
}
.mask_flex4{
	width: 630px;
	display: flex;
	justify-content:center;
	margin: 20px auto 40px;
	align-items:baseline;
	text-align: center;
}
.mask_flex4 p{
	padding: 10px;
}
.mask_flex5{
	width: 630px;
	display: flex;
	justify-content:space-around;
	margin: 20px auto 0;
	align-items:baseline;
	text-align: center;
}
span.pattern_txt2{
	text-align: center;
	font-size: 14px;
	border-bottom:  dashed 1px #532d3b;
}

.mask_cross{
	width: 500px;
	margin: auto;
	border:solid #532d3b 3px;
	border-radius: 15px;
	display: flex;
	justify-content:center;
	margin: 20px auto 40px;
	align-items:center;
	text-align: center;
}
.cross_img{
	width: 30%;
}
.cross_txt{
	width: 60%;
}
.mask_spec{
	width: 550px;
	text-align: left;
	margin: auto;
	background: #dad2c9;
	border: 1px solid #fff;
	padding: 20px 40px;
	position: relative;
	color:#000;
  & > *{
    z-index: 1;
    position: relative;
  }
  &:after{
    content: "";
    border:1px solid #fff;
    position: absolute;
    top:6px;
    bottom:6px;
    right:6px;
    left:6px;
  }
}
.mask_spec h4{
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.material{
	text-align: right;
	color: #532d3b;
}
.material2{
	text-align: center;
}
.fuwafuwa_flex{
	display: flex;
	justify-content:flex-end;
	margin: 20px auto 40px;
	align-items:center;
}
.fuwa_img{
	width: 50%;
}
.fuwafuwa_flex h4{
	text-align: center;
	color: #532d3b;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 20px;
}
.fuwafuwa_flex div{width: 50%;}
.fuwa_link{
	background: #dad2c9;
	border-radius: 10px;
	border:3px solid #532d3b;
	padding: 10px;
	color: #532d3b;
	width: 300px;
	margin: 50px auto 0;
	text-align: center;
	display: block;
}
.fuwa_txt{
	padding:0 20px;
}
.size_select{
	padding-top: 30px;
}
.selection_flex{
	display: flex;
	justify-content:center;
	margin: 20px auto 40px;
	align-items:center;
}
.selection_left{
	width: 50%;
}
.selection_right{
	width: 30%;
}
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.form_select{
	width: 60%;
	border:1px solid #000;
	border-radius: 5px;
	margin:5px 0 0 0;
	padding:10px;
}
.button{
	display: block;
	border-radius: 10px;
	color: #fff;
	width: 70%;
	background: #532d3b;
	padding:10px 30px;
	margin-top: 30px;
	text-align: center;
}

div.attention{
	width: 80%;
	margin: 120px auto 200px;
	border: 1px solid #532d3b;
}
.attention h4{
	color: #fff;
	background: #532d3b;
	text-align: center;
	padding: 20px;
	font-size: 24px;
	letter-spacing: 2px;
}
.attention ul{
	padding: 10px;
}
.attention li{
	list-style: disc;
	margin-left: 40px;
	font-size: 18px;
	padding: 5px;
}
.sp_page{display: none;}	
.pc_page{display: block;}	


@media screen and (max-width: 1280px) {
.top_menu1{
	width: 100%;
	margin-top: 80px;
}
.top_title{
    height: 80px;
    margin-bottom:55px;
	margin-top: 0px;
}

.top_title h1 {
    background-color: unset;
	border-left:unset;
	margin-top: 140px;
	}
	
/* コンテナ */
#container01 {
    display:flex;
	flex-wrap: wrap-reverse;
	justify-content: space-around;
	width: 90%;
	margin-bottom: 0;
}
h2.member_title{
	margin-top: 0;
	}
.no-member,.member{width: 100%; margin-bottom: 50px;}

.benefits,.mask-wrap{width: 100%;}
.privilege_01,.privilege_02,.privilege_03{width: 90%;}
.benefits-flex{flex-wrap: wrap;}	
}


@media screen and (max-width: 750px) {

.cta_btn03,.cta_btn04{
	max-width: 300px;
	font-size: 70%;
}
.cta_btn04_copy{
	font-size: 70%;		
}
.privilege_img_lefttop{
	width:80px;
	height: 80px;
}
.privilege_01,.privilege_02,.privilege_03{padding: 10px;}
.privilege_01 p,.privilege_02 p,.privilege_03 p{text-align: left; font-size: 16px;}
.privilege_01 h3{
	text-align: left;
	margin-left: 100px;
	font-size: 100%;
}	
.privilege_02 p.p-title01 {font-size: 30px; width: 100%; text-align: left; padding-left: 100px;}	
.privilege_01 span.p-title{font-size: 30px; width: 100%; text-align: left; margin-left: 6px;}
.privilege_02 span.p-title,.privilege_02 h3 span.p-title{font-size:110%;}	
.privilege_02 h3{padding-left: 100px; width: 100%;}	
.privilege_03 p.p-title02{font-size: 25px;}
.privilege_03 h3{padding-left: 0; margin-top: 30px;}
	
.privilege-wrap{padding: 10px;}
.privilege_contents,.point{width: 100%;}
.privilege_contents h2,.point h2{padding: 10px;text-align: center; font-size: 18px;}
.point-flow{background: #fff; padding: 10px;}
.rank-list,.point-list{padding: 20px 20px 30px;}
.point{margin: 0 ;}
.point-left{width: 150px;}
.point-img{width: 80%;}
div.point-left_01 img{margin-left: 0;}
.point-list01{width: 80%;}

	
.mask_h1,.mask_h2,.mask_h3,.w630,.mask_spec{width: 100%;}	
.mask_txt{text-align: left;}
.pasima_logo{width: 70%}
.pasima_logo4 img{width: 100%}
.mask_flex{flex-wrap: wrap;}
.pasima_img,.request_img,.fuwa_img{width: 100%;}
.mask_flex_sp{
	display: flex;
	justify-content: center;
}	
.mask_flex2{
	width: 100%;
	display: flex;
	justify-content:flex-start;
	text-align: center;
}	
.mask_flex4{
	justify-content: flex-start;
	width: 100%;
	flex-wrap: wrap;
}
.pattern,.pattern2{width: 50%;}	
.pattern2 img{width: 80%; padding-top: 10px;}
.pattern img{border: 1px solid;}
.mask_point3{margin: 10px auto 0;}
.mask_cross{width: 100%}	
.cross_txt{
	font-size: 15px;
	width: 50%;
	text-align: center;
}
.material,.material2{text-align: left;}	
.fuwafuwa_flex{flex-wrap: wrap;}
.fuwafuwa_flex div{width: 100%;}	
.fuwafuwa_flex h4{font-weight: normal; padding-top: 20px;}
.fuwa_txt{padding: 0;}
.selection_flex{
	flex-wrap: wrap;
	width: 100%;
}
.selection_left,.selection_right{width: 100%;}	
	.pasima_logo3 {text-align: center;}
.pasima_logo3 img{width: 80%;}	
.pasima_logo4{display: block;}

.button{width: 60%;margin:30px auto;padding: 10px;}	
div.attention{width: 100%;font-size: 15px; margin-bottom: 50px;}
.attention li{margin-left: 20px;padding: 0;}	
.mask-wrap{margin-bottom: 0;}	
.rank-list.campaign{width: 100%;}

	

	
.sp_page{display: block;}	
.pc_page{display: none;}	
	
}
