@charset "utf-8";

/* ----------------------------------
premium
---------------------------------- */
#content_Wrap {
  color: #170c06;
  background-color: #f9f8f8;
}

.black_Wrap{
background: #161616;
}

.cap_T {
  bottom: unset;
  top: 5px;
}

.lower_ttl {
  padding: 0;
  position: relative;
}
.lower_ttl h2 {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #eed999;
  font-family: 'Cinzel', serif !important;
  font-size: clamp(26px, calc(2.9259259259259258vw), 70px);
  line-height: 1.6;
  letter-spacing: 0.12em;
  z-index: 2;
}
.lower_ttl h2 span {
  font-size: 150%;
  letter-spacing: 0.01em;
}
.lower_ttl .line {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-left: 1px solid #998a7a;

  height: 30px;
  text-shadow: 0px 0px 5px #fff;
  z-index: 2;
}

figure {
  position: relative;
  height: fit-content;
}

.copy {
  font-size: 16px;
  line-height: 2.0;
  letter-spacing: 0.12em;
}


/* kobetsu */
.anc_area {
  padding: 80px 0;
  background: url(../img/bg_gold.jpg) no-repeat center center / cover;
}
.anc_area h4{
  /* text-align: center; */
  /* color: #170c06;
  font-size: clamp(18px,2vw,24px);
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding: 0 0 1em; */
  /*width: 50%;*/
  width: 60%;
  max-width: 592px;
  margin: 0 auto 60px;
}
.anc_area .point {
  width: 90%;
  max-width: 828px;
  margin: 0 auto;
}

.rarity_area {
  padding: 100px 0 80px;
  /* background:  url(../img/bg.png) linear-gradient(135deg, rgba(254, 244, 217, 0.5), rgba(212, 202, 172, 0.5)); */
  background-size: cover;
}
.ritsumen{
  width: 80%;
  max-width: 669px;
  margin: 0 auto 0;
}
/* .rarity_area h4{
  text-align: center;
  color: #9c8a52;
  font-size: clamp(18px,2vw,24px);
  letter-spacing: 0.08em;
  line-height: 1.6;
  padding: 0 0 1em;
}
.rarity_area h4 strong{
  font-size: 200%;
}
.rarity_area h4 span{
  font-size: 140%;
}
.rarity_area p {
  text-align: center;
  color: #170c06;
  font-size: clamp(14px,2vw,16px);
  letter-spacing: 0.08em;
  line-height: 1.8;
  padding: 0 0 1em;
} */
/* .rarity_area .graph {
  margin: 50px auto;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
} */


.plan_area {
  padding: 100px 0;
  background: linear-gradient(90deg, #eee7d9 0%, #ffffff 50%, #eee7d9 100%);
}
.plan_area .copy{
  text-align: center;
  color: #FEF4D9;
  font-size: clamp(18px,2vw,24px);
  letter-spacing: 0.08em;
  line-height: 1.6;
  padding: 0 0 2em;
}
.plan_area .plan_btn {
  display: flex;
  justify-content: center;
  gap:40px;
  margin: 0 auto 70px;
}

.plan_area .plan_btn li.active a{
  background-image: url(../img/type_btn_bk.png);
  background-size: cover;

}
.plan_area .plan_btn li.active{
  position: relative;
}
.plan_area .plan_btn li.active::after {
  content: "";
  /* display: inline-block; */
  /* margin-left: 8px; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #6d6650;
}
.plan_area .plan_btn li a {
  background: #fff;
  display: block;
  padding: 16px 20px;
  max-width:280px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid #6d6650;
}
.plan_area .plan_btn li a span {
  font-size: 70%;
}
.plan_area .plan_btn li a:hover {
  opacity: .7;
  transition: 0.3s;
}
/* 通常状態 */
.plan_btn .tab-item img:first-child {
  display: none; /* _on画像を隠す */
}

.plan_btn .tab-item img:last-child {
  display: block; /* 通常画像を表示 */
}

/* active状態 */
.plan_btn .tab-item.active img:first-child {
  display: block; /* _on画像を表示 */
}

.plan_btn .tab-item.active img:last-child {
  display: none; /* 通常画像を隠す */
}

.plan_con {
  display: none;
  /* background: #f9f8f8; */
  /* background: #FFF; */
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 0 0;
}

.typr_area {
  /*width:90%;*/
  max-width: 850px;
  display: flex;
  margin: 0 auto 40px;
  gap: 2%;
}
.typr_area .type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  /* background: linear-gradient(90deg, rgba(245, 242, 241, 1) 0%, rgba(241, 234, 221, 1) 100%); */
  background-image: url(../img/type_ttl_bk.png);
  background-size: cover;
}
.typr_area .type h3 {
  font-size: clamp(24px,1.714285714285714vw,24px);
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "EB Garamond", serif;
}
.typr_area .type .f-200 {
}
.typr_area .area {
width: 78%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /* background: #f9f8f8; */
  /* background: #FFF; */
  /* color: #170c06; */
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  padding: 1em 0.25em 1em 0;
}
.typr_area .area01 {
}
.typr_area .area01 h5 {
  font-size: clamp(28px,2.285714285714286vw,28px);
  /* font-family: "EB Garamond", serif; */
  letter-spacing: 0.1em;
  padding-bottom: 0.25em;
}
.typr_area .area01 p {
  font-size: 14px;
}
.typr_area .area02 {
  padding:0 0 0em 0.75em;
}
.typr_area .area02 p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.typr_area .area02.m_left {
  padding: 0;
  margin-left: -5em;
}
.madori {
margin: 0 auto 0;
display: flex;
justify-content: space-between;
}
/*.madori.gtype {
  max-width: 660px;
}
.madori.htype {
  max-width: 770px;
}*/
.madori ul {
  padding: 60px 30px 0 0;
}
.madori ul li {
  background: #e6dbb7;
  margin: 0 0 30px;
  padding: 1.25em 1.5em;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.5;
}
.madori.gtype ul { width: 35%; }
.madori.gtype figure {
  max-width: 719px;
  width: 59.91666667%;
}
.madori.htype ul { width: 27.75%; }
.madori.htype figure {
  max-width: 867px;
  width: 72.25%;
}
/*.madori .hanrei {
max-width: 161px;
margin: 36px auto 0;
}*/
.typr_area .area01 p:last-of-type {
font-size: 10px;
}

.fig {
  max-width: 1000px;
  width:90%;
  margin: 50px auto 0;
  position: relative;
}
.fig .caption {
  position: absolute;
  bottom:-1.5em;
  right:0;

  font-size: 11px;
  letter-spacing: 0.06em;
}

.f-85{font-size: 85%;}
.f-175{font-size: 175%;}
.f-300{font-size: 300%;}

.sasshi_wrap {
  background: #fff;
  padding: 10px;
  filter: drop-shadow(3px 3px 10px rgba(109,102,80,0.35));
  margin-top: 70px;
}
.sasshi_contents {
  border: 1px solid #cbbb8a;
  padding: 2%;
}
.sasshi_contents figure {
  width: 40%;
  max-width: 420px;
}
.sasshi_contents .sasshi_txt {
  width: 60%;
  padding: 0 0 0 3%;
}
.sasshi_contents .sasshi_txt .p1 {
  font-size: clamp(18px, 2.16vw, 26px);
  line-height: 1.5;
  margin: 0 0 5px;
}
.sasshi_contents .sasshi_txt .p2 {
  font-size: clamp(14px, 1.25vw, 15px);
  line-height: 1.7;
}
.sasshi_contents .sasshi_txt ul {
  gap: 40px;
  margin: 20px 0 0;
}
.sasshi_contents .sasshi_txt ul li {
  width: calc((100% - 40px) / 2);
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sasshi_contents .sasshi_txt ul li figure {
  width: 100%;
}
.sasshi_contents .sasshi_txt ul li span {
  color: #6d6650;
  font-size: clamp(14px, 1.5vw, 18px);
}
.sasshi_contents .sasshi_txt ul li p {
  font-size: 13px;
}

.quality_area {
  padding: 100px 0;
  background: url(../img/bg.png) repeat-y top center / 100%;
}
.quality_area .copy{
  text-align: center;
  color: #cbbf9b;
  font-size: clamp(30px,4.8vw,51px);
  letter-spacing: 0.08em;
  line-height: 1.6;
  padding: 0 0 1em;
  font-family: "EB Garamond", serif;

  width: fit-content;
  background: linear-gradient(135deg, #f0e3bc 11%, #b4a064 38%, #e9dbaf 71%, #a69255 95%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin: auto;
}

.column_3 {
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 50px 2.9%;
}
.column_3 li {
  width: 31.4%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.column_3 li.two-third {
  width: 65.7%;
}

.txt_Box {
  padding: 0.75em 0 0;
}
.txt_Box h4 {
  text-align: center;
  color: #fcfbf1;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.txt_Box p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fcfbf1;
}
.txt_Box p.note_txt {
  text-align: center;
  font-size: 10px;
  line-height: 1.4;
}



/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {
  #content_Wrap {
  /* padding: 0 0 50px; */
  }

  .lower_ttl h2 {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .lower_ttl .line {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 20px;
  }

  /* kobetsu */
  .anc_area {
    padding: 30px 0;
    background: url(../img/bg_gold_sp.jpg) no-repeat center center / cover;
  }
  .anc_area h4 {
    margin: 0 auto 20px;
  }
  .rarity_area {
    padding: 40px 0;
  }
  .rarity_area h4{
    text-align: center;
    padding: 0 0 0.5em;
  }
  .rarity_area p {
    text-align: left;
    padding: 0 0 1em;
  }
  /* .rarity_area .graph {
    margin: 20px auto;
  } */

  .ritsumen{
    margin: 0 auto 0;
  }

  .plan_area {
    padding: 30px 0;
  }
  .plan_area .copy{
    text-align: center;
    padding: 0 0 1em;
  }
  .plan_area .plan_btn {
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
    gap: 2%;
  }
  .plan_area .plan_btn li {
    width:48.5%;
  }
  .plan_area .plan_btn li a {
    display: block;
    padding:14px 14px;
    /* width:100%; */

    transition: 0.3s;
  }
  .plan_area .plan_btn li a:hover {
    opacity: .7;
    transition: 0.3s;
  }


  .plan_con {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .typr_area {
    /* width:90%; */
    flex-wrap: wrap;
    margin: 0 auto 30px;
  }
  .typr_area .type {
    width: 100%;
    padding: 1em;
  }
  .typr_area .area {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 1em;
  }
  .typr_area .area01 {
  }
  .typr_area .area01 h5 {
    font-size: clamp(28px,2.285714285714286vw,28px);
    /* font-family: "EB Garamond", serif; */
    letter-spacing: 0.1em;
    padding-bottom: 0.25em;
  }
  .typr_area .area01 p {
    font-size: 13px;
  }
  .typr_area .area02 {
    padding:1em 0 0 0;
  }
  .typr_area .area02 p {
    font-size: 13px;
  }
  .typr_area .area02.m_left {
    padding: 1em 0 0 0;
    margin-left: 0;
  }
  .madori {
    margin: 0 auto 0;
    flex-direction: column-reverse;
  }
  .madori ul {
    padding: 30px 0 0;
  }
  .madori ul li {
    margin: 0 0 10px;
    padding: 1.25em 1.5em;
  }
  .madori.gtype ul { width: 100%; }
  .madori.gtype figure {
    max-width: 100%;
    width: 100%;
  }
  .madori.htype ul { width: 100%; }
  .madori.htype figure {
    max-width: 100%;
    width: 100%;
  }
  .typr_area .area01 p:last-of-type {
  font-size: 10px;
  }

  .fig {
    max-width: 100%;
    width:94%;
    margin: 20px auto 0;
  }
  .fig .caption {
    font-size: 10px;
  }

  /* .f-85{font-size: 85%;}
  .f-175{font-size: 175%;}
  .f-300{font-size: 300%;} */

  .sasshi_wrap {
    padding: 5px;
    filter: drop-shadow(3px 3px 6px rgba(109,102,80,0.35));
    margin-top: 40px;
  }
  .sasshi_contents {
    padding: 15px;
    flex-direction: column;
  }
  .sasshi_contents figure {
    width: 100%;
    max-width: 100%;
  }
  .sasshi_contents .sasshi_txt {
    width: 100%;
    padding: 15px 0 0;
  }
  .sasshi_contents .sasshi_txt ul {
    gap: 20px;
    margin: 20px 0 0;
    flex-direction: column;
  }
  .sasshi_contents .sasshi_txt ul li {
    width: 100%;
  }


  .quality_area {
    padding: 50px 0;
  }
  .quality_area .copy{
    padding: 0 0 1em;
    padding-bottom: 30px;
  }

  .column_3 {
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px 2.9%;
  }
  .column_3 li {
    width: 48%;
  }
  .column_3 li.two-third {
    width: 100%;
  }

  .txt_Box {
    padding: 0.75em 0 0;
  }
  .txt_Box h4 {
    font-size: 13px;
  }

  .txt_Box p {
    font-size: 13px;
  }
  .txt_Box p.note_txt {
    text-align: center;
    font-size: 10px;
    line-height: 1.4;
  }







}
