/* =Reset
------------------------------------------------------------------------------------------------------------- */
@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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
  font-size:100%;
  line-height:1.2em;
  margin:0;
  padding:0;
  border:0;
  vertical-align:baseline;
  word-wrap:break-word;
  outline: 0;
}
img{
  vertical-align:bottom;
}
body{
  line-height:1;
  font-weight:normal;
  box-sizing: border-box;
}
ol,ul{
  list-style:none;
}
blockquote,q{
  quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
  content:'';
  content:none;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}
caption,th,td{
  font-weight:normal;
  text-align:left;
}
h1,h2,h3,h4,h5,h6{
  clear:both;
  font-weight:normal;
}
a:focus{
  outline: none;
}
a, a:hover, a:visited{
  text-decoration:none;
  text-shadow:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{
  display:block;
}
audio,canvas,video{
  display:inline-block;
}
audio:not([controls]){
  display:none;
}
del{
}
ins{
  background:#fff9c0;
  text-decoration:none;
}
.clear{
  clear:both;
  float:auto;
}
.center{
  text-align:center;
}

.severalmenu .price_info strong {
  color: #c00000;
}

/*--------------------*
 *  default settings
 *--------------------*/
*{
  margin:0px;
  padding:0px;
}
body{
  _line-break:strict;
  margin:0 ;
  padding:0 ;
  color:#a89878;
  background: #0D0D1A;
  font-family:"Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.disp_pc body{
  font-size: 16px;
}
.disp_sp body{
  width: 375px;
  min-width: 375px !important;
  font-size: 16px;
}
a{
  color:#a89878;
  text-decoration:underline;
}
a:hover{text-decoration:none;}
h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
  font-weight:bold;
}
hr{
  display:none;
}
.hide{
  line-height:0;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
.additional_day{
  color:#FD1741;
  font-weight:bold;
  font-size:0.9em;
}
.horizon {
  border-bottom: 4px solid #E9DECA;
  margin: 2% auto 4%;
  width: 92%;
}

/*--------------------*
 *  contents
 *--------------------*/
.disp_pc{
  min-width:640px;
}
.disp_pc #base{
  font-size: 15px;
  line-height:1.5em;
}

.contents_wrap{
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 3% ;
  background-color: #131028;
}
.menu_info .pr strong {
  color: #d00079;
  font-size: 0.9em;
}
.severalmenu{
  position:relative;
}
.disp_pc .severalmenu .menu_info{
  padding: 0 0 0 90px;
  min-height: 90px;
}
.severalmenu .caption{
  padding: 2% 0 1%;
  text-align: justify;
  line-height: 1.6em;
  color: #000;
  font-size: 1.1em;
}
.disp_sp .severalmenu .caption{
  font-size: 15px;
  line-height: 1.5em;
}
.price_info{
  font-size:1.0em;
  text-align:right;
  margin-top:5px;
  color: #1F2121;
  line-height:1.2em;
}
.disp_sp .price_info{
  font-size:0.9em;
}
.severalmenu .menu_info .price_info strong{
  color:#ab1c1c;
}

A H4, A H3,
H4 A, H3 A {
  text-decoration: underline;
  color: #A5164F;
  text-underline-offset: 3px;
}
.disp_pc A H4, .disp_pc A H3,
.disp_pc H4 A, .disp_pc H3 A {
  font-size: 1.6em;
  line-height: 1.5em;
}

.disp_sp A H4, .disp_sp A H3,
.disp_sp H4 A, .disp_sp H3 A {
  font-size: 17px;
  line-height: 1.4em;
}
.disp_sp .severalmenu .menu_info{
  padding: 0 0 0 70px;
  min-height:70px;
  padding-top:3px;
}
.disp_sp #base .horizon{
  height: 4px;
}
.title_font{
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}

/*--------------------*
 *  #header
 *--------------------*/
#header_extra {
  padding: 4% 0 0;
  background-color: #130F25;
}
#header .h_wrap{
  max-width: 640px;
  margin: 0 auto;
  line-height:0;
  position: relative;
  text-align: center;
  padding-bottom: 3%;
}
#header .eyebrow {
  font-size: 12px;
  letter-spacing: .2em;
  color: #c9a96e;
  margin-bottom: 12px;
}
#header h2 {
  font-size: clamp(22px, 5vw, 30px);
  line-height: 1.5;
  color: #f5ecd5;
  margin-bottom: 8px; 
}
#header .sub {
  font-size: 13px;
  color: #a89878;
  font-family: sans-serif; 
}
.text_img {
  max-width: 640px;
  margin: 0 auto;
}

/*--------------------*
 *  #topicpath
 *--------------------*/
#topicpath{
  color:#1F2121;
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 10px ;
  text-align: left;
}
#topicpath p {
  font-size:0.9em;
  line-height: 1.4em;
}
.disp_sp #topicpath{padding:0 10px ;}
#topicpath a{
  text-decoration:underline;
}

/*--------------------*
 *  .telling
 *--------------------*/
.telling{
  margin:0 auto 5%;
  color: #000;
}
.telling h2 {
  font-size: 22px;
  margin-bottom: 3%;
  color: #CFAF70;
}
.disp_sp .telling h2 {
  font-size: 18px;
}
.telling .section_bdy{
  width: 90%;
  margin: 0 auto;
}
.telling .section_ftr{
  padding-bottom: 4%;
}
.telling .section_hdr{
  padding-top: 8%;
}
.telling h3 {
  width: 92%;
  margin:0 auto;
  font-size: 1.1em;
}
.disp_sp .telling h3 {
  font-size: 15px;
}
.telling h3 {
  list-style-type: none;
  line-height: 1.5em;
  padding: 6px 5px 6px 28px;
  color:#F0EED7;
  box-sizing: border-box;
  text-align: justify;
  font-weight: normal;
  background: url("../img/contents/goldpoint.svg") no-repeat scroll 0 16px / 6px auto;
  padding: 7px 0 0 17px;
}

/*--------------------*
 *  #frmInput
 *--------------------*/
.cookie_check{
  font-size:0.9em;
  margin-bottom:4%;
}
[id^="frmInput"] .btn ,
.mosaic_btn .btn {
  margin: 0 auto 6%;
  background: linear-gradient(135deg, #b8892a, #d4a943);
  display: block;
  width: 85%;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #1F2121;
  padding: 3% 0;
  cursor: pointer;
}
.disp_sp [id^="frmInput"] .btn ,
.disp_sp .mosaic_btn .btn {
  font-size: 16px;
}
[id^="frmInput"] .price_free .btn {
  width: 85%;
}
.input_attention {
  width: 85%;
  margin: 5% auto;
  max-width: 400px;
  padding: 1px 0;
}
.input_attention p {
  line-height:1.7em;
}
.disp_sp .input_attention p {
  font-size: 14px;
}

#frm_btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*--------------------*
 *  #privacy
 *--------------------*/
#privacy{
  width:88%;
  margin:0 auto 5%;
}
#privacy p{
  font-size:0.8em;
  line-height:1.4em;
  margin:15px auto 0;
  padding: 3% ;
  color: #a89878;
  border: 1px solid #a89878;
}
#privacy a{
  color: #a89878;
  text-decoration: underline;
}
#privacy a:hover{
  text-decoration:none;
}

/*--------------------*
#footer
*--------------------*/
.contents_wrap #footer{
  width:95%;
  margin:2% auto 0;
}
.disp_sp .contents_wrap #footer {
  font-size: 0.9em;
}
#footer ul{
  list-style-type:none;
}
#footer li{
  display:inline;
  line-height:1.8em;
  color:#000;
}
#footer #footernavi {
  margin: 6% 0 5%;
  text-align: center;
}
#footer #zapCopy {
  text-align: center;
}
/*--------------------*
#form_attention
*--------------------*/
#form_attention {
  width: 88%;
  margin: 3% auto;
  padding: 3%;
  border: 1px solid #ffffee;
}
#form_attention P.title {
  font-weight: bold;
  padding: 2% 0;
  text-align: center;
}
#form_attention p {
  font-size: 0.8em;
  line-height: 1.4em;
  color: #ffffee;
}
.disp_pc #form_attention p {
  font-size: 1em;
}

/*--------------------*
#profile
*--------------------*/
/* ── プロフィール ── */
#profile {
  width: 100%;
  margin: 0 auto 6%;
  padding: 5% 0;
  border-top: 1px solid #2e2850;
}
#profile h2 ,
.profile-card {
  width: 90%;
  margin: 0 auto;
}
#profile h2 { font-size: 14px; color: #a89878; letter-spacing: .1em; margin-bottom: 16px; text-transform: uppercase; font-family: sans-serif; }
.profile-card { display: flex; gap: 16px; align-items: flex-start; }
.profile-img { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, #2a1a50, #1e1040); border: 2px solid #5a4080; display: flex; align-items: center; justify-content: center; font-size: 28px; flex-shrink: 0; }
.disp_pc .profile-img { width: 100px; height: 100px; }
.profile-text h3 { font-size: 16px; color: #f0e8d8; margin-bottom: 4px; }
.profile-text p  { font-size: 13px; color: #a89878; font-family: sans-serif; line-height: 1.6; }


