@charset "utf-8";
/* CSS Document */
/*====================
メインコンテンツ
====================*/
.main_contents {
  color: #e50313;
  background: #ffd9d9;
  padding: 0 0 16vw;
  font-size: 13px;
}
/*====================
MV
====================*/
.mv {
  position: relative;
  padding: 13vw 0 6.7vw;
}
.mv:before, .mv:after {
  position: absolute;
  top: 2vw;
  content: "";
  width: 20.9vw;
  height: calc(100% - 2vw);
  background: url("/sweets/chocolate/apollo/mystyle/images/main_bg.png") repeat-y top right / 113% auto;
  visibility: visible;
}
.mv:before {
  left: 0;
}
.mv:after {
  right: 0;
  background-position: top left;
}
.mv h1 {
  width: 74.8vw;
  margin: 0 auto 4.5vw;
  position: relative;
  z-index: 10;
}
.mv .ico_sale {
  position: absolute;
  width: 21.7vw;
  z-index: 11;
  top: 3.2vw;
  right: 7.5vw;
}
.mv .main_pkg {
  position: relative;
  width: 46vw;
  margin: 0 auto;
  z-index: 9;
}
.prologue {
  text-align: center;
  position: relative;
  padding: 0 6.6vw 13vw;
}
.prologue:before {
  position: absolute;
  top: -48vw;
  left: 0;
  content: "";
  width: 100%;
  height: 48vw;
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffd9d9);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffd9d9);
  z-index: 1;
}
.prologue p {
  margin-bottom: 8px;
}
.prologue p img {
  margin-top: 10px;
}
/*====================
mystyle
====================*/
#mystyle {
  background: #b60005 url("/sweets/chocolate/apollo/mystyle/images/mystyle_bg_sp.png") no-repeat top / contain;
  margin-bottom: 10.6vw;
  color: #fff;
  padding: 16vw 6.6vw 4vw;
}
#mystyle .mystyle_point {
  margin-bottom: 8vw;
}
#mystyle .mystyle_point ol li {
  margin-bottom: 4.5vw;
}
#mystyle .mystyle_point ol li p {
  margin-top: 3.5vw;
  /* text-align: right; */
  padding-left: 12vw;
  font-size: 12px;
}
#mystyle .mystyle_point figure {
  width: 35vw;
  margin: 10vw auto 0;
}
#mystyle .mystyle_figure {
  position: relative;
  height: 58.6vw;
}
#mystyle .mystyle_figure .mystyle_sizzle {
  z-index: 10;
  position: absolute;
  width: calc(100%*310/650);
  left: calc(100%*235/650);
  bottom: 0;
}
#mystyle .mystyle_figure figcaption li {
  position: absolute;
}
#mystyle .mystyle_figure figcaption li:nth-child(1) {
  width: calc(100%*207/650);
  top: 0;
  left: calc(100%*25/650);
  z-index: 11;
}
#mystyle .mystyle_figure figcaption li:nth-child(1):after {
  content: "";
  width: 2px;
  height: 28vw;
  background: #fff;
  position: absolute;
  transform: rotate(-49deg);
  right: -2.5vw;
  top: 11vw;
}
#mystyle .mystyle_figure figcaption li:nth-child(2) {
  width: calc(100%*264/650);
  top: 0;
  right: calc(100%*8/650);
}
#mystyle .mystyle_figure figcaption li:nth-child(2):after {
  content: "";
  width: 2px;
  height: 28vw;
  background: #fff;
  position: absolute;
  transform: rotate(36deg);
  left: 0vw;
  top: 16vw;
}
/*====================
アサイドバナー
====================*/
#mystyle + .cmp_list{
	margin-top: -10.6vw;
	margin-bottom: 5.3vw;
}
.aside {
  width: 57vw;
  margin: 0 auto 10.6vw;
}
/* 641px～ For PC
====================================================*/
@media screen and (min-width: 641px), print {
  /*====================
メインコンテンツ
====================*/
  .main_contents {
    padding: 0 0 100px;
    font-size: 18px;
  }
  /*====================
MV
====================*/
  .mv {
    padding: 70px 0 45px;
  }
  .mv:before, .mv:after {
    top: 10px;
    width: calc(50% - 264px);
    height: 780px;
    background-repeat: repeat;
    background-size: auto;
  }
  .mv h1 {
    width: 570px;
    margin: 0 auto 37px;
  }
  .mv .ico_sale {
    width: 100px;
    top: 59px;
    right: calc(50% - 269px);
  }
  .mv .main_pkg {
    width: 308px;
    padding-left: 5px;
  }
  .prologue {
    padding: 0 0 60px;
  }
  .prologue:before {
    top: -199px;
    height: 200px;
  }
  .prologue p {
    margin-bottom: 18px;
  }
  .prologue p img {
    margin-top: 25px;
    width: 520px;
  }
  /*====================
mystyle
====================*/
  #mystyle {
    height: 430px;
    background-image: url("/sweets/chocolate/apollo/mystyle/images/mystyle_bg_pc_left.png"), url("/sweets/chocolate/apollo/mystyle/images/mystyle_bg_pc_right.png");
    background-position: top left, top right;
    background-size: auto 100%;
    margin-bottom: 80px;
    padding: 65px 0 70px;
  }
  #mystyle .mystyle_inner {
    display: flex;
    justify-content: center;
  }
  #mystyle .mystyle_point {
    position: relative;
    width: 550px;
    padding-top: 15px;
    margin-bottom: 0;
    flex-shrink: 0;
    order: 2;
  }
  #mystyle .mystyle_point ol li {
    margin-bottom: 27px;
  }
  #mystyle .mystyle_point ol li p {
    margin-top: 13px;
    text-align: left;
    font-size: 13px;
    padding-left: 55px;
  }
  #mystyle .mystyle_point figure {
    width: 151px;
    margin: 0;
    position: absolute;
    top: -2px;
    right: 8px;
    transform: rotate(8deg);
  }
  #mystyle .mystyle_figure {
    order: 1;
    height: 355px;
    width: 295px;
    margin-right: 32px;
    flex-shrink: 0;
  }
  #mystyle .mystyle_figure .mystyle_sizzle {
    width: 210px;
    left: 75px;
    bottom: 0;
  }
  #mystyle .mystyle_figure figcaption li:nth-child(1) {
    width: 119px;
    top: 40px;
    left: 0;
  }
  #mystyle .mystyle_figure figcaption li:nth-child(1):after {
    height: 140px;
    right: 37px;
    top: 76px;
    transform: rotate(-33deg);
  }
  #mystyle .mystyle_figure figcaption li:nth-child(2) {
    width: 153px;
    top: 0;
    right: 0;
  }
  #mystyle .mystyle_figure figcaption li:nth-child(2):after {
    height: 175px;
    left: 13px;
    top: 80px;
    transform: rotate(22deg);
  }
	
  /*====================
アサイドバナー
====================*/
	.aside {
		width: 320px;
		margin: 0 auto 80px;
	}
	/*CMPがあるときのみに適用される*/
	#mystyle + .cmp_list{
		width: 580px;
		margin: 0 auto 40px;
	}
	.cmp_list + .aside {
		margin-top: 30px;
	}
}
/* 641px～900px For TB
====================================================*/
@media screen and (max-width: 900px) and (min-width: 641px) {
  #mystyle {
    background-position: -150px top, right -90px top 0px;
    height: 390px;
    padding-top: 50px;
  }
  #mystyle .mystyle_inner {
    transition: 0.2s;
    transform: scale(0.88);
  }
  #mystyle .mystyle_figure {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 641px) {
  #mystyle {
    height: 300px;
    padding-top: 0;
  }
  #mystyle .mystyle_inner {
    transform: scale(0.72);
  }
}