/****
 prestige page and common styles
****/


.ayaka_brand_content {
  background: #fceeeb url(/sc/ayaka/images/ayk_ayaka_brand_bg.jpg);
  background-position: top center;
  background-size: 195% auto;
  background-repeat: no-repeat;
  font-size: 1.6rem;
  color: #4F3B13;
  padding-bottom: 75px;
}

.ayaka_brand_content_inner > p{
  margin: 30px 51px 30px 50px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.8rem;
  /*font-family: 'Playfair Display', serif;*/
  font-weight: 400;
}

h1 {
    /*font-family: 'Playfair Display', serif;*/
    color: #000;
    text-align: center;
  padding-top: 25%;
    font-size: 30px;
}

img.brand_logo {
  width: 45px;
  text-align: center;
}
.enforcing {
    /*font-family: 'Playfair Display', serif;*/
  width: 60%;
  min-height: 170px;
  min-width: 170px;
  max-width: 340px;
  max-height: 340px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background: url(/sc/ayaka/images/ayk_ayaka_brand_enforcing_btn.png) top center no-repeat;
  background-size: contain;
  padding-top: 70px;
  font-size: 24px;
  line-height: 23px;
  color: #4F3B13;
}
.ayaka_brand_fx {
  background: #FFF;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow:0px 2px 16px 0px #d1bdbb;
-moz-box-shadow:0px 2px 16px 0px #d1bdbb;
-webkit-box-shadow:0px 2px 16px 0px #d1bdbb;
  margin: 10px 15px 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 25px;
  line-height: 1.25;
  -webkit-align-items: center; /* Safari */
  align-items:         center;
}
.ayaka_brand_fx > div img {
  width: 60%;
  max-width: 300px;
}
.ayaka_brand_fx .cap_txt {
  margin: 10px 10px 0;
  text-align: center;
  font-size: 1.4rem;
}
.ayaka_brand_fx_02 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.ayaka_brand_fx_02 span {
  font-size: 2.4rem;
/*font-family: 'Playfair Display', serif;*/
font-weight: 400;
font-style: italic;
}
.ayaka_brand_fx_02 img{
  display: block;
  width: 70%;
  max-width: 530px;
}

@media (min-width: 768px){
  .ayaka_brand_content {
    padding-bottom: 130px;
    background-size: 190% auto;
  }
  .ayaka_brand_content .fxbox {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
h1 {
  padding-top:23% ;
    font-size: 61px;
}

  img.brand_logo {
    width: 92px;
  }
.enforcing {
width: 310px;
height: 310px;
  padding-top: 120px;
  font-size: 36px;
  line-height: 46px;
}

  .ayaka_brand_content_inner > p{
    margin: 30px 15%;
    font-size: 2.6rem;
    line-height: 1.88;
  }
  .fxbox.ayaka_brand_fx {
    -webkit-flex-direction: row;
    flex-direction: row;
        padding: 66px 45px;
        margin: 20px 34px 68px;
  }
  .ayaka_brand_fx > div {
    padding: 0;
  }
  .ayaka_brand_fx > div {
    -webkit-flex-basis:50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding: 10px;
    font-size: 22px;
    line-height: 1.4;
  }
  .ayaka_brand_fx > div img {
    width:auto;
    max-width: 100%;
  }
  .ayaka_brand_fx .cap_txt {
    font-size: 1.6rem;
  }
  .fxbox.ayaka_brand_fx_02 {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 26px;
  }
  .ayaka_brand_fx_02 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .ayaka_brand_fx_02 span {
    font-size: 5rem;
  }
}

@media (min-width: 1024px){
  .ayaka_brand_content {
    background-size: 1900px auto;
    overflow: hidden;
    padding-bottom: 150px;
  }
h1 {
  padding-top:20% ;
    font-size: 80px;
}
  img.brand_logo {
    width: 122px;
  }

  .ayaka_brand_content_inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .ayaka_brand_content_inner > p{
    margin: 30px 161px 100px;
  }
  .ayaka_brand_content .fxbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fxbox.ayaka_brand_fx {
    padding: 60px 90px;
    margin: 80px 50px 105px;
  }
  .fxbox.ayaka_brand_fx_02 {
    margin-top: 40px;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center; /* Safari */
    align-items:         center;
    text-align: left;
  }
  .ayaka_brand_fx_02 > div {
    -webkit-flex-basis:50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
  }
  .ayaka_brand_fx_02 img {
    width: 100%;
    max-width: 550px;
  }
  .ayaka_brand_fx_02 p {
    margin: auto 30px;
  }
  .fxbox.ayaka_brand_fx_02.fx_end{
    -webkit-flex-direction:row-reverse;
    -moz-flex-direction:row-reverse;
    flex-direction:row-reverse;
    text-align: right;
  }
  .ab_block01 img {
    margin-left: 10px;
    height: 417px;
    width: auto;
  }
    .ab_block01 p {
      margin-right: 20px;
    }
  .ab_block02 img {
    margin-left: -50px;
    height:417px;
    width: auto;
  }
  .ab_block02 p {
    margin-left: 10px;
  }
  .fxbox.ayaka_brand_fx_02.ab_block03 {
    margin-top: 10px;
  }
  .ab_block03 img {
    margin-left: 50px;
    height:417px;
    width: auto;
  }
  .ab_block03 p {
    margin-right: -20px;
  }
  .ab_block04 img {
    margin-left: 20px;
    height:417px;
    width: auto;
  }
  .ab_block04 p {
    margin-left: 80px;
  }
  .ab_block05 img {
    margin-left: -40px;
    height:417px;
    width: auto;
  }
  .ab_block05 p {
    margin-right: 60px;
  }
}

@media (min-width: 1366px){
  .ayaka_brand_content_inner > p{
    margin: 66px 100px ;
  }
  .fxbox.ayaka_brand_fx {
    padding: 60px 90px;
    margin: 20px 50px 46px;
  }
  .fxbox.ayaka_brand_fx_02.ab_block02 {
    margin-top: -30px;
  }
  .fxbox.ayaka_brand_fx_02.ab_block03 {
    margin-top: -60px;
  }
  .fxbox.ayaka_brand_fx_02.ab_block04 {
    margin-top: 0;
  }
  .fxbox.ayaka_brand_fx_02.ab_block05 {
    margin-top: 20px;
  }
}






.prestige_hero {
  height: 120px;
  background: no-repeat 50% 0;
  background-size: auto 100%;
  background-position: 75% 0;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .prestige_hero {
    background-size: auto 100%;
    background-position: 50% 0;
  }
}

@media (min-width: 1024px) {
  .prestige_hero {
    height: 161px;
    margin-bottom: 80px;
  }
}

.prestige_hero_title01 {
  /*font-family: 'Playfair Display', serif;*/
  padding-top: 40px;
  margin: auto;
  height: 1em;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  color: #4f3b13;
}

@media (min-width: 1024px) {
  .prestige_hero_title01 {
    padding-top: 60px;
  }
}

.prestige_title01 {
  /*font-family: 'Playfair Display', serif;*/
  margin-bottom: 15px;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #4f3b13;
}

@media (min-width: 768px) {
  .prestige_title01 {
    margin-bottom: 25px;
  }
}
.prestige_message_title01 {
  /*font-family: 'Playfair Display', serif;*/
  margin-bottom: 15px;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #4f3b13;
}

@media (min-width: 768px) {
  .prestige_message_title01 {
    margin-bottom: 25px;
  }
}

.prestige_list01 {
  margin-bottom: 80px;
}

.prestige_list01 li {
  /*font-family: 'Playfair Display', serif;*/
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
  font-size: 3rem;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 1.2;
}

.prestige_list01 li:nth-of-type(1) {
  margin-top: 0;
}

.prestige_list01 li a {
  color: #695836;
  text-align: center;
}

@media (min-width: 768px) {
  .prestige_list01 li {
    width: 48.5%;
    margin-top: 3%;
  }
  .prestige_list01 li:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .prestige_list01 li:nth-of-type(2n+1) {
    float: left;
  }
  .prestige_list01 li:nth-of-type(2n) {
    float: right;
  }
}

.prestige_list01 li > a {
  display: table-row;
}

.prestige_list01 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.prestige_list01_col01, .prestige_list01_col02 {
  display: table-cell;
  vertical-align: middle;
}

.prestige_list01_col01 {
  padding-left: 3%;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #695836;
}

@media (min-width: 1024px) {
  .prestige_list01_col01 {
    padding-left: 30px;
  }
}

.prestige_list01_col02 {
  width: 50%;
  text-align: right;
}

.prestige_list02 li {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 260px;
  border-bottom: 1px solid #ccc;
  background: none;
  background-size: 0 0;
}

.prestige_list02 li:nth-of-type(1) {
  border-top: 1px solid #ccc;
}

.prestige_list02 li:nth-of-type(2n) a {
  background-color: #fff;
}

@media (min-width: 768px) {
  .prestige_list02 li:nth-of-type(2n) a {
    background: none;
  }
}

.prestige_list02 li:nth-of-type(2n+1) a {
  background-color: #f1eae2;
}

@media (min-width: 768px) {
  .prestige_list02 li:nth-of-type(2n+1) a {
    background: none;
  }
}

@media (min-width: 768px) {
  .prestige_list02 li {
    height: 255px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 255px;
  }
}

@media (min-width: 1024px) {
  .prestige_list02 li {
    height: 340px;
    background-size: auto 340px;
  }
}

.prestige_list02 li > a {
  display: table-row;
}

.prestige_list02_col01 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.prestige_list02_inner01 {
  padding: 10px 0;
}

@media (min-width: 768px) {
  .prestige_list02_inner01 {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 50%;
  }
  .prestige_list02_inner01.inner_right {
    padding-right: 0;
    padding-left: 50%;
  }
}

@media (min-width: 1024px) {
  .prestige_list02_inner01 {
    max-width: 1024px;
    padding-right: 512px;
  }
  .prestige_list02_inner01.inner_right {
    padding-right: 0;
    padding-left: 512px;
  }
}

.prestige_list02_title01 {
  margin-bottom: 15px;
  color: #4f3b13;
  margin: 5px 0;
}

.prestige_list02_parag01 {
  color: #695836;
  margin: 5px 0;
}

/****
 product_format page
****/
.product_format_list01 {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .product_format_list01 {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .product_format_list01.var01 {
    margin-bottom: 300px;
  }
}

.product_format_list01 li {
  margin-top: 65px;
}

@media (min-width: 768px) {
  .product_format_list01 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .product_format_list01 li {
    width: 33.33%;
  }
}

.product_format_list01 li:nth-of-type(1) {
  margin-top: 0;
}

@media (min-width: 768px) {
  .product_format_list01 li:nth-of-type(-n+2) {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .product_format_list01 li:nth-of-type(-n+3) {
    margin-top: 0;
  }
}

.product_format_list01 li a {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .product_format_list01 li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product_format_list01_img {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: center;
}

@media (min-width: 768px) {
  .product_format_list01_img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

.product_format_list01_img img {
  display: inline;
  width: auto;
  max-width: 100%;
}

.product_format_list01_col {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .product_format_list01_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    text-align: center;
  }
}

.product_format_list01_art {
  /*font-family: 'Playfair Display', serif;*/
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #4f3b13;
}

@media (min-width: 768px) {
  .product_format_list01_art {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

.product_format_list01_price {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1;
  font-style: italic;
  color: #695836;
}

.product_format_list01_btn {
  display: inline-block;
  width: 120px;
  padding: 10px 0;
  border-radius: 3px;
  background-color: #4f3b13;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.product_format_title01 {
  /*font-family: 'Playfair Display', serif;*/
  padding-top: 10px;
  margin-bottom: 40px;
  border-top: 1px solid #D2D2D2;
  font-size: 2.6rem;
  line-height: 1;
  color: #4f3b13;
  font-weight: 900;
}

.yma_area .secbox {
  border-top: none;
}

.prestige_message_area{
  position: relative;
  background: radial-gradient(ellipse farthest-corner at 25% 25%, #f6f8f9, #d2daec);
  height: 210px;
  margin-top: 40px;
}
.prestige_message_image{
  position: absolute;
  top: -20px;
  left: 15%;
  z-index: 1;
}
.prestige_message_image img{
  width: 202px;
}
.prestige_message_headline{
  position: absolute;
  width: 100%;
}
.prestige_message_headline_sp{
  margin-top: 40px;
}
.prestige_message_headline_sp .-title{
  /*font-family: 'Playfair Display', serif;*/
  font-size: 33px;
  line-height: 1.4em;
  color: #4f3b13;
}
.prestige_message_headline_sp .-txt{
  font-size: 17px;
  color: #4f3b13;
  line-height: 1.2em;
  margin-top: 20px;
}
.prestige_message_headline_pc{
  display: none;
}
.prestige_message_txt{
  font-size: 20px;
  line-height: 1.6em;
  color: #4f3b13;
  margin: 20px 0 60px;
}
@media (min-width: 768px) {
  .prestige_message_area{
    height: 211px;
    margin-top: 60px;
  }
  .prestige_message_image{
    left: 8%;
  }
  .prestige_message_image img{
    width: 210px;
  }
  .prestige_message_headline_sp{
    display: none;
  }
  .prestige_message_headline_pc{
    display: block;
    position: absolute;
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    left: 50%;
    margin: auto;
  }
  .prestige_message_headline_pc .-title{
    /*font-family: 'Playfair Display', serif;*/
    font-size: 33px;
    line-height: 1.2em;
    color: #4f3b13;
  }
  .prestige_message_headline_pc .-txt{
    font-size: 17px;
    color: #4f3b13;
    line-height: 1.2em;
    margin-top: 20px;
  }
  .prestige_message_txt{
    padding: 50px 50px 0;
    margin: 20px 0 80px;
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .prestige_message_area{
    height: 290px;
  }
  .prestige_message_image{
    top: -30px;
  }
  .prestige_message_image img{
    width: 280px;
  }
  .prestige_message_headline_pc .-title{
    font-size: 46px;
  }
  .prestige_message_headline_pc .-txt{
    font-size: 24px;
  }
  .prestige_message_txt{
    padding: 50px 70px 0;
  }
}