@charset "UTF-8";
html {
  font-size: 62.5%;
}

#Wrap {
  width: auto;
}

.article_page {
  padding-top: 5rem;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", 'Noto Sans JP', "メイリオ", "Meiryo", sans-serif;
  background: #FAFAFA;
  color: #5F5F5F;
}

.article_page * {
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .05em;
}

.article_page .txt_eng {
  font-family: "Muli", sans-serif;
}

.article_page .sp_only {
  display: none;
}

.article_page img {
  width: 100%;
}

.article_page a {
  display: block;
  color: inherit;
  transition: opacity .3s;
}

.article_page a:hover {
  opacity: .6;
}

.article_page picture {
  display: block;
  font-size: 0;
}

.article_page_inner {
  width: 100rem;
  margin: 0 auto;
  padding: 5rem 0 8rem;
  background: #fff;
}
/*beginning-------------------------------*/
.beginning_area {
  padding-bottom: 7.5rem;
}

.beginning_area .sec_inner {
  width: 90rem;
  margin: 0 auto;
}

.article-date_wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.article-sort {
  padding: .6rem 1rem;
  background: #aaa;
  font-size: 1.4rem;
  color: #fff;
}

.article-date {
  font-size: 1.4rem;
}

.main_ttl {
  margin-bottom: 2.5rem;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.625;
}

.main_img {
  margin-bottom: 5rem;
  font-size: 0;
}

.main_lead {
  margin-bottom: 3rem;
  text-align: center;
}

.main_lead h3 {
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 2.4rem;
  color: #B5985E;
}

.main_lead p {
  font-size: 1.6rem;
  line-height: 2;
}

.main_lead p:nth-of-type(n+2) {
  margin-top: 2rem;
}

.product_intro {
  border-radius: .5rem;
  width: 72rem;
  margin: 0 auto;
  padding: 3rem 0;
  background: #FFF6E4;
  text-align: center;
}

.product_intro .release-date {
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 1.6rem;
}

.product_intro .product_name {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
}

.product_intro .product_name .txt_square {
  display: block;
  border: solid 1px #5f5f5f;
  width: fit-content;
  margin: 0 auto .5rem;
  padding: .4rem .6rem;
  font-size: 1.5rem;
}

.product_intro .product_price {
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
}

.product_intro .product_price .tax {
  font-size: 1.2rem;
}

.btn_product-dtl {
  width: fit-content;
  margin: 0 auto;
}

.btn_product-dtl a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .5rem;
  width: 24rem;
  height: 5rem;
  background: #B5985E;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
/*-------------------------------beginning*/

/*kit-lineup------------------------------*/
.kit-lineup_list {
  width: 72rem;
  margin: 0 auto 7rem;
}

.kit-lineup_list li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.kit-lineup_list li:nth-of-type(n+2) {
  margin-top: 4.5rem;
}

.kit-lineup_list li .lineup_img {
  position: relative;
  width: 20rem;
  font-size: 0;
}

.kit-lineup_list li.limited .lineup_img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20rem;
  height: 3.7rem;
  margin: -1.8rem 0 0 7rem;
  background: url(./image/deco_001.svg) center center / cover no-repeat;
  content: "";
  transform: rotate(-8deg)
}

.kit-lineup_list li .txt_wrap {
  flex: 1;
}

.kit-lineup_list li .lineup_name_wrap {
  position: relative;
  width: fit-content;
  margin-bottom: 2rem;
}

.kit-lineup_list li .lineup_name {
  font-size: 1.5rem;
}

.kit-lineup_list li .lineup_name .txt_eng {
  display: block;
  margin-bottom: .8rem;
  font-size: 2.2rem;
}

.kit-lineup_list li .itm_icon {
  position: absolute;
  bottom: 0;
  left: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  width: 7rem;
  height: 7rem;
  margin: 0 0 0 1.5rem;
  background: linear-gradient(-45deg, #B5985E, #E8C786, #B5985E);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.kit-lineup_list li .itm_caption {
  font-size: 1.3rem;
  line-height: 1.75;
}

.kit-lineup_list li .itm_caption .txt_L {
  display: block;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.6rem;
}

.kit-lineup_list li .itm_caption .emphasis {
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.kit-lineup_list li .itm_caption .emphasis::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: calc(100% + 1em);
  height: 1.1rem;
  margin: 0 0 -.2rem -.5em;
  background: #B5985E;
  opacity: .2;
  content: "";
}

/*------------------------------kit-lineup*/

/*package---------------------------------*/
.package_area {
  padding-bottom: 7rem;
}

.package_area .sec_inner {
  width: 72rem;
  margin: 0 auto;
}

.package_area h3 {
  border-bottom: solid 1px #B5985E;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
  color: #B5985E;
}

.package_img_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.package_img {
  width: 38rem;
  font-size: 0;
}

.package-pattern {
  margin-top: 15.4rem;
}

.package-pattern > div {
  width: 15.5rem;
  margin-bottom: 1rem;
  font-size: 0;
}

.package-pattern figcaption {
  font-size: 1.3rem;
  text-align: center;
}

.package_dtl > figcaption {
  font-size: 1.3rem;
  line-height: 1.75;
  text-align: center;
}

/*---------------------------------package*/

/*features--------------------------------*/
.features_area {
  padding: 5rem 0 6rem;
  background: #FFFDF9;
}

.features_area .sec_inner {
  width: 72rem;
  margin: 0 auto;
}

.features_area h3 {
  margin-bottom: 3rem;
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
}

.each-features {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.each-features:nth-of-type(n+2) {
  margin-top: 3rem;
}

.each-features:nth-of-type(even) picture {
  order: 2;
}

.each-features:nth-of-type(1) picture {
  width: 28rem;
}

.each-features:nth-of-type(2) picture {
  width: 24.5rem;
}

.each-features figcaption {
  flex: 1;
}

.each-features figcaption dt {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #B5985E;
}


.each-features figcaption dd {
  font-size: 1.3rem;
  line-height: 1.75;
}

.each-features figcaption dd .notes {
  display: block;
  margin-top: .8rem;
  font-size: 1.1rem;
  line-height: 1.75;
}

/*--------------------------------features*/

.article_page .btn_back {
  width: fit-content;
  margin: 8rem auto 0;
}

.article_page .btn_back a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .5rem;
  width: 40rem;
  height: 6rem;
  background: #9D9D9D;
  font-size: 1.6rem;
  color: #fff;
}


@media only screen and (max-width: 768px) {

.share-txt {
  margin: 0 !important;
  padding-bottom: calc(20 * (100vw / 390));
  background: #FAFAFA;
}

.article_page {
  padding-top: 0;
}

.article_page .sp_only {
  display: block;
}

.article_page .pc_only {
  display: none;
}

.article_page_inner {
  width: auto;
  padding: calc(20 * (100vw / 390)) 0 calc(50 * (100vw / 390));
}
/*beginning-------------------------------*/
.beginning_area {
  padding-bottom: calc(50 * (100vw / 390));
}

.beginning_area .sec_inner {
  width: calc(360 * (100vw / 390));
}

.article-date_wrap {
  gap: calc(6 * (100vw / 390));
  margin-bottom: calc(15 * (100vw / 390));
}

.article-sort {
  padding: calc(5 * (100vw / 390)) calc(8 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

.article-date {
  font-size: calc(13 * (100vw / 390));
}

.main_ttl {
  margin-bottom: calc(15 * (100vw / 390));
  font-size: calc(16 * (100vw / 390));
}

.main_img {
  margin-bottom: calc(30 * (100vw / 390));
}

.main_lead {
  margin-bottom: calc(30 * (100vw / 390));
}

.main_lead h3 {
  margin-bottom: calc(20 * (100vw / 390));
  font-size: calc(16 * (100vw / 390));
  line-height: 1.5 ;
}

.main_lead p {
  font-size: calc(14 * (100vw / 390));
}

.main_lead p:nth-of-type(n+2) {
  margin-top: calc(20 * (100vw / 390));
}

.product_intro {
  border-radius: calc(5 * (100vw / 390));
  width: auto;
  padding: calc(30 * (100vw / 390)) 0;
}

.product_intro .release-date {
  margin-bottom: calc(18 * (100vw / 390));
  font-size: calc(14 * (100vw / 390));
}

.product_intro .product_name {
  margin-bottom: calc(15 * (100vw / 390));
  font-size: calc(16 * (100vw / 390));
}

.product_intro .product_name .txt_square {
  margin: 0 auto calc(5 * (100vw / 390));
  padding: calc(4 * (100vw / 390)) calc(5 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

.product_intro .product_price {
  margin-bottom: calc(20 * (100vw / 390));
  font-size: calc(14 * (100vw / 390));
}

.product_intro .product_price .tax {
  font-size: calc(11 * (100vw / 390));
}

.btn_product-dtl a {
  border-radius: calc(5 * (100vw / 390));
  width: calc(210 * (100vw / 390));
  height: calc(43 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

/*-------------------------------beginning*/

/*kit-lineup------------------------------*/
.kit-lineup_list {
  width: calc(360 * (100vw / 390));
  margin: 0 auto calc(60 * (100vw / 390));
}

.kit-lineup_list li {
  display: block;
}

.kit-lineup_list li:nth-of-type(n+2) {
  margin-top: calc(40 * (100vw / 390));
}

.kit-lineup_list li .lineup_img {
  width: calc(130 * (100vw / 390));
  margin-right: calc(10 * (100vw / 390));
  float: left;
}

.kit-lineup_list li.limited .lineup_img::before {
  width: calc(215 * (100vw / 390));
  height: calc(40 * (100vw / 390));
  margin: 0 0 0 calc(80 * (100vw / 390))
}

.kit-lineup_list li .lineup_name_wrap {
  display: flex;
  align-items: center;
  height: calc(166 * (100vw / 390));
  margin-bottom: 0;
}

.kit-lineup_list li .lineup_name {
  font-size: calc(15 * (100vw / 390));
}

.kit-lineup_list li .lineup_name .txt_eng {
  margin-bottom: calc(10 * (100vw / 390));
  font-size: calc(22 * (100vw / 390));
  line-height: 1.25;
}

.kit-lineup_list li .itm_icon {
  bottom: auto;
  top: 0;
  border-radius: calc(100 * (100vw / 390));
  width: calc(58 * (100vw / 390));
  height: calc(58 * (100vw / 390));
  margin: calc(43 * (100vw / 390)) 0 0 calc(-15 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

.kit-lineup_list li .itm_caption {
  margin-top: calc(12 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

.kit-lineup_list li .itm_caption .txt_L {
  margin-bottom: calc(15 * (100vw / 390));
  font-size: calc(16 * (100vw / 390));
  line-height: 1.5;
}

.kit-lineup_list li .itm_caption .emphasis::before {
  height: calc(10 * (100vw / 390));
  margin: 0 0 calc(-2 * (100vw / 390)) -.5em;
}

/*------------------------------kit-lineup*/

/*package---------------------------------*/
.package_area {
  padding-bottom: calc(60 * (100vw / 390));
}

.package_area .sec_inner {
  width: calc(360 * (100vw / 390));
}

.package_area h3 {
  margin-bottom: calc(20 * (100vw / 390));
  padding-bottom: calc(8 * (100vw / 390));
  font-size: calc(25 * (100vw / 390));
}

.package_img_wrap {
  justify-content: flex-start;
  margin-bottom: calc(25 * (100vw / 390));
}

.package_img {
  width: calc(252 * (100vw / 390));
}

.package-pattern {
  width: fit-content;
  margin: calc(106 * (100vw / 390)) 0 0 calc(-5 * (100vw / 390));
}

.package-pattern > div {
  width: calc(92 * (100vw / 390));
  margin: 0 auto calc(10 * (100vw / 390));
}

.package-pattern figcaption {
  font-size: calc(10 * (100vw / 390));
  white-space: nowrap;
}

.package_dtl > figcaption {
  font-size: calc(13 * (100vw / 390));
  text-align: left;
}

/*---------------------------------package*/

/*features--------------------------------*/
.features_area {
  padding: calc(40 * (100vw / 390)) 0;
}

.features_area .sec_inner {
  width: calc(360 * (100vw / 390));
}

.features_area h3 {
  margin-bottom: calc(30 * (100vw / 390));
  font-size: calc(20 * (100vw / 390));
}

.each-features {
  display: block;
}

.each-features:nth-of-type(n+2) {
  margin-top: calc(30 * (100vw / 390));
}

.each-features:nth-of-type(1) picture {
  width: calc(254 * (100vw / 390));
  margin: 0 auto calc(10 * (100vw / 390));
}

.each-features:nth-of-type(2) picture {
  width: calc(232 * (100vw / 390));
  margin: 0 auto calc(10 * (100vw / 390));
}

.each-features figcaption dt {
  margin-bottom: calc(10 * (100vw / 390));
  font-size: calc(16 * (100vw / 390));
}


.each-features figcaption dd {
  font-size: calc(13 * (100vw / 390));
}

.each-features figcaption dd .notes {
  margin-top: calc(8 * (100vw / 390));
  font-size: calc(11 * (100vw / 390));
}

/*--------------------------------features*/

.article_page .btn_back {
  margin: calc(50 * (100vw / 390)) auto 0;
}

.article_page .btn_back a {
  border-radius: calc(5 * (100vw / 390));
  width: calc(270 * (100vw / 390));
  height: calc(48 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}
  
}