@charset "utf-8";

/* =============================================================

　　Balmaroma

============================================================= */
[data-aos=fade-down]{transform:translateY(-50px)}

.secTitle {
  color: #515252;
  font-size: 4.4rem;
}

/*  Fv
---------------------------------------------*/
.fv {
  position: relative;
}

.fv__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.fv__block {
  position: absolute;
  top: 35%;
  left: 80px;
}

.fv__title {
  margin: 0 0 30px;
  font-family:"FOT-筑紫明朝 Pr6N R", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4.8rem;
  line-height: 1.5;
}

.fv__name {
  font-size: 1.8rem;
}

.fv__logo {
  position: absolute;
  bottom: 10%;
  left: 80px;
  width: 302px;
}

@media screen and (max-width:768px){
  .fv {
    position: relative;
  }

  .fv__inner {
    margin: 0 auto;
  }

  .fv__block {
    position: absolute;
    top: 10%;
    left: 5%;
  }

  .fv__title {
    margin: 0 0 30px;
    font-family:"FOT-筑紫明朝 Pr6N R", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 4.8rem;
    line-height: 1.5;
  }

  .fv__name {
    font-size: 1.8rem;
  }

  .fv__logo {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 302px;
  }

}

@media screen and (max-width:480px){
  .fv {
    position: relative;
  }

  .fv__inner {
    margin: 0 auto;
  }

  .fv__block {
    position: inherit;
    top: inherit;
    left: inherit;
  }

  .fv__title {
    position: absolute;
    top: 25%;
    left: 5%;
    margin: 0;
    font-family:"FOT-筑紫明朝 Pr6N R", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.8rem;
    line-height: 1.5;
  }

  .fv__name {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    font-size: 1.5rem;
    text-align: center;
  }

  .fv__logo {
    position: absolute;
    top: 50px;
    bottom: inherit;
    left: 0;
    right: 0;
    width: 171px;
    margin: 0 auto;
  }

}

/*  Concept
---------------------------------------------*/
.concept {
  padding: 110px 0 130px;
  background: linear-gradient(to right, #f6f6f6 50%, #fff 50%);
}

.concept__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.concept .secTitle {
  margin: 0 0 40px;
}

.concept__block {
  width: 450px;
  padding: 0 25px 0 0;
}

.concept__text {
  line-height: 1.8;
}

.concept__text span {
  display: block;
  margin: 20px 0 0;
  font-size: 1.2rem;
}

.concept__headline {
  margin: 0 0 20px;
  font-size: 2.4rem;
}

.concept__video {
  width: 750px;
}

.concept__img {
  width: 750px;
}

.concept__video .video__inner {
  position: relative;
}

.concept__video .video__sp {
  display: none;
}

.concept__video .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.3);
}

@media screen and (max-width:768px){
  .concept {
    padding: 70px 0 130px;
    margin-bottom: 80px;
    background: linear-gradient(to right, #f6f6f6 50%, #fff 50%);
  }

  .concept__inner {
    position: relative;
    display: block;
    min-height: 400px;
  }

  .concept .secTitle {
    margin: 0 0 40px;
  }

  .concept__block {
    position: absolute;
    z-index: 2;
    width: 50%;
    padding: 0 0 0 5%;
  }

  .concept__text {
    line-height: 1.8;
  }

  .concept__text span {
    display: block;
    margin: 20px 0 0;
    font-size: 1.2rem;
  }

  .concept__headline {
    margin: 0 0 20px;
    font-size: 2.4rem;
  }

  .concept__video {
    position: absolute;
    z-index: 1;
    width: 60%;
    right: 0;
    top: 18%;
    max-height: 538px;
    overflow: hidden;
  }

  .concept__img {
    position: absolute;
    z-index: 1;
    width: 60%;
    right: 0;
    top: 18%;
  }

  .concept__video .video__pc {
    display: none;
  }


  .concept__video .video__sp {
    display: block;
  }

}

@media screen and (max-width:480px){
  .concept {
    padding: 100px 0 0;
    margin-bottom: 100px;
    background: linear-gradient(to right, #f6f6f6 50%, #fff 50%);
  }

  .concept__inner {
    position: relative;
    display: block;
    min-height: 620px;
  }

  .concept.-img .concept__inner {
    min-height: 500px;
  }

  .concept .secTitle {
    margin: 0 0 40px;
  }

  .concept__block {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 95%;
    padding: 0 0 0 5%;
  }

  .concept__text {
    line-height: 1.8;
  }

  .concept__text span {
    display: block;
    margin: 20px 0 0;
    font-size: 1.2rem;
  }

  .concept__headline {
    margin: 0 0 20px;
    font-size: 2.4rem;
  }

  .concept__video {
    position: absolute;
    z-index: 1;
    width: 80%;
    right: 0;
    top: 3%;
    max-height: 680px;
    overflow: hidden;
  }

  .concept__img {
    position: absolute;
    z-index: 1;
    width: 80%;
    right: 0;
    top: 3%;
  }
}


/*  Ingredients
---------------------------------------------*/
.ingredients {
  padding: 110px 0 130px;
}

.ingredients__icon {
  display: block;
  width: 68px;
}

.ingredients__title {
  margin: 0 0 30px;
  font-size: 2.4rem;
  line-height: 1.5;
}

.ingredients__text {
  margin: 0 0 30px;
  line-height: 1.5;
}

.ingredients__notes {
  font-size: 1.2rem;
  line-height: 1.5;
}

.ingredients__top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
}

.ingredients__topImg {
  position: relative;
  width: 600px;
}

.ingredients .secTitle {
  position: absolute;
  top: -20px;
  left: 0;
}

.ingredients__topBlock {
  width: 560px;
}

.ingredients__top .img__small {
  width: 180px;
  margin: 30px 0 0;
}

.ingredients__top .ingredients__title {
  margin-top: 30px;
  padding-left: 30px;
}

.ingredients__top .ingredients__textBox {
  padding-left: 30px;
}

.ingredients__bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.ingredients__item {
  width: 357px;
}

.ingredients__img {
  position: relative;
  z-index: 1;
}

.ingredients__block {
  position: relative;
  z-index: 2;
  margin: -40px 0 0;
}

.ingredients__bottom .ingredients__icon {
  margin-left: -25px;
  margin-bottom: 30px;
}

@media screen and (max-width:768px){
  .ingredients {
    padding: 80px 0 75px;
  }

  .ingredients .mainInner {
    padding: 0;
  }

  .ingredients__icon {
    display: block;
    width: 58px;
  }

  .ingredients__title {
    margin: 0 0 20px;
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .ingredients__text {
    margin: 0 0 20px;
    line-height: 1.5;
  }

  .ingredients__notes {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .ingredients__top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 0 55px;
  }

  .ingredients__topImg {
    position: relative;
    width: 50%;
  }

  .ingredients .secTitle {
    position: absolute;
    top: -20px;
    left: 5%;
  }

  .ingredients__topBlock {
    width: 50%;
    padding: 0 5% 0 2%;
  }

  .ingredients__top .img__small {
    width: 180px;
    margin: 30px 0 0;
  }

  .ingredients__top .ingredients__title {
    margin-top: 20px;
    padding-left: 20px;
  }

  .ingredients__top .ingredients__textBox {
    padding-left: 20px;
  }

  .ingredients__bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
   flex-direction: column;
  }

  .ingredients__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 55px;
  }

  .ingredients__item:last-child {
    margin: 0;
  }

  .ingredients__img {
    position: relative;
    z-index: 1;
    width: 50%;
  }

  .ingredients__block {
    position: relative;
    z-index: 2;
    width: 48%;
    margin: 0;
    padding: 0 5% 0 0;
  }

  .ingredients__bottom .ingredients__icon {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .ingredients__bottom .ingredients__title {
    padding-left: 4%;
  }

  .ingredients__bottom .ingredients__text {
    padding-left: 4%;
  }

  .ingredients__bottom .ingredients__notes {
    display: block;
    padding-left: 4%;
  }

}

@media screen and (max-width:480px){
  .ingredients {
    padding: 80px 0 75px;
  }

  .ingredients .mainInner {
    padding: 0;
  }

  .ingredients__icon {
    display: block;
    width: 58px;
  }

  .ingredients__title {
    margin: 0 0 20px;
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .ingredients__text {
    margin: 0 0 20px;
    line-height: 1.5;
  }

  .ingredients__notes {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .ingredients__top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 55px;
  }

  .ingredients__topImg {
    position: relative;
    z-index: 1;
    width: 85%;
  }

  .ingredients .secTitle {
    position: absolute;
    top: -20px;
    left: 5%;
  }

  .ingredients__topBlock {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: -8% 0 0;
    padding: 0 5%;
  }

  .ingredients__top .img__small {
    float: right;
    width: 35%;
    margin: 0 0 20px 10px;
  }

  .ingredients__top .ingredients__title {
    margin-top: 20px;
    padding-left: 0;
  }

  .ingredients__top .ingredients__textBox {
    overflow: hidden;
    padding-left: 0;
  }

  .ingredients__bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }

  .ingredients__item {
    display: block;
    width: 100%;
    margin: 0 0 50px;
  }

  .ingredients__item:last-child {
    margin: 0;
  }

  .ingredients__img {
    position: relative;
    z-index: 1;
    width: 85%;
  }

  .ingredients__item:nth-child(odd) .ingredients__img {
    margin: 0 0 0 auto;
  }

  .ingredients__block {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: -8% 0 0;
    padding: 0 5%;
  }

  .ingredients__bottom .ingredients__icon {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .ingredients__bottom .ingredients__title {
    padding-left: 4%;
  }

  .ingredients__bottom .ingredients__text {
    padding-left: 4%;
  }

  .ingredients__bottom .ingredients__notes {
    display: block;
    padding-left: 4%;
  }

}


/*  Fragrance
---------------------------------------------*/
.fragrance {
  padding: 110px 0 130px;
  background: #f6f6f6;
}

.fragrance .secTitle {
  margin: 0 0 40px;
}

.fragrance__headline {
  margin: 0 0 40px;
  line-height: 1.8;
}

.fragrance__list ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.fragrance__list ul li {
  width: 357px;
}

.fragrance__item {
  height: 100%;
  padding: 30px 30px 40px 30px;
  background: #fff;
}

.fragrance__block {
  position: relative;
  height: 220px;
  margin: 0 0 30px;
}

.fragrance__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.fragrance__list ul li:nth-child(2) .fragrance__img {
  width: 90%;
}

.fragrance__icon {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 15px;
  background: #222;
  color: #fff;
}

.fragrance__title {
  margin: 0 0 20px;
  font-size: 2.2rem;
  line-height: 1.8;
}

.fragrance__text p {
  line-height: 1.8;
}


@media screen and (max-width:768px){
  .fragrance {
    padding: 75px 0;
    background: #f6f6f6;
  }

  .fragrance .secTitle {
    margin: 0 0 40px;
  }

  .fragrance__headline {
    margin: 0 0 40px;
    line-height: 1.8;
  }

  .fragrance__list ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
  }

  .fragrance__list ul li {
    width: 100%;
    margin: 0 0 30px;
  }

  .fragrance__list ul li:last-child {
    margin: 0;
  }

  .fragrance__item {
    height: 100%;
    padding: 40px 80px 30px;
    background: #fff;
  }

  .fragrance__block {
    position: relative;
    height: auto;
    margin: 0 0 30px;
  }

  .fragrance__img {
    position: relative;
    top: inherit;
    left: inherit;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 250px;
    margin: 0 auto;
  }

  .fragrance__list ul li:nth-child(2) .fragrance__img {
    width: 392px;
  }

  .fragrance__icon {
    display: inline-block;
    margin: 0 0 20px;
    padding: 5px 15px;
    background: #222;
    color: #fff;
  }

  .fragrance__title {
    margin: 0 0 20px;
    font-size: 2.2rem;
    line-height: 1.8;
  }

  .fragrance__text p {
    line-height: 1.8;
  }

}

@media screen and (max-width:480px){
  .fragrance {
    padding: 75px 0;
    background: #f6f6f6;
  }

  .fragrance .secTitle {
    margin: 0 0 40px;
  }

  .fragrance__headline {
    margin: 0 0 40px;
    line-height: 1.8;
  }

  .fragrance__list ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
  }

  .fragrance__list ul li {
    width: 100%;
    margin: 0 0 30px;
  }

  .fragrance__list ul li:last-child {
    margin: 0;
  }

  .fragrance__item {
    position: relative;
    height: auto;
    padding: 30px 20px;
    background: #fff;
  }

  .fragrance__block {
    position: relative;
    height: auto;
    margin: 0 0 30px;
  }

  .fragrance__img {
    position: relative;
    top: inherit;
    left: inherit;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 226px;
    margin: 0 auto;
  }

  .fragrance__list ul li:nth-child(2) .fragrance__img {
    width: 100%;
  }

  .fragrance__icon {
    position: absolute;
    top: -10px;
    display: inline-block;
    margin: 0 0 20px;
    padding: 5px 15px;
    background: #222;
    color: #fff;
  }

  .fragrance__title {
    margin: 0 0 20px;
    font-size: 2.2rem;
    line-height: 1.8;
  }

  .fragrance__text .fragrance__icon,
  .fragrance__text .fragrance__title {
    display: none;
  }

  .fragrance__text p {
    line-height: 1.8;
  }
}

/*  Case & Spatula
---------------------------------------------*/
.case {
  padding: 110px 0 130px;
}

.case__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 75px;
}

.case .secTitle {
  margin: 0 0 60px;
}

.case__inner:last-child {
  margin: 0;
}

.case__video {
  width: 600px;
}

.case__text {
  width: 535px;
  padding-left: 20px;
  line-height: 1.8;
}

@media screen and (max-width:768px){
  .case {
    padding: 75px 0;
  }

  .case__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 0 75px;
  }

  .case .secTitle {
    margin: 0 0 60px;
  }

  .case__inner:last-child {
    margin: 0;
  }

  .case__video {
    width: 100%;
    margin: 0 0 30px;
  }

  .case__video video {
    width: 100%;
  }

  .case__text {
    width: 100%;
    padding: 0 80px;
    line-height: 1.8;
  }
}

@media screen and (max-width:480px){
  .case {
    padding: 75px 0;
  }

  .case .mainInner {
    padding: 0;
  }

  .case__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 0 75px;
  }

  .case .secTitle {
    margin: 0 0 30px;
    padding-left: 5%;
  }

  .case__inner:last-child {
    margin: 0;
  }

  .case__video {
    width: 100%;
    margin: 0 0 30px;
  }

  .case__video video {
    width: 100%;
  }

  .case__text {
    width: 100%;
    padding: 0 6%  ;
    line-height: 1.8;
  }
}

/*  How To Use
---------------------------------------------*/
.howto {
  padding: 110px 0 130px;
  background: #f6f6f6;
}

.howto .secTitle {
  margin: 0 0 60px;
}

.howto__step {
}

.howto__step ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  margin: 0 -30px;
}

.howto__step ul li {
  width: 50%;
  margin: 0 0 50px;
  padding: 0 30px;
}

.howto__item {
  position: relative;
  height: 100%;
  padding: 40px;
  background: #fff;
}

.howto__step ul li:nth-child(2) .howto__item {
  padding: 50px 40px 40px 40px;
}

.howto__step ul li:nth-child(3) .howto__item {
  padding: 50px 40px 40px 40px;
}

.howto__icon {
  position: absolute;
  top: -10px;
  left: 40px;
  font-size: 2.8rem;
}

.howto__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.howto__img {
  width: 100px;
}

.howto__text {
  width: 375px;
}

.howto__img img {
  display: block;
  margin: 0 auto;
}

.howto__img img.step01 {
  width: 72px;
}

.howto__img img.step02 {
  width: 80px;
}

.howto__img img.step03 {
  width: 64px;
}

.howto__img img.step04 {
  width: 69px;
}

.howto__text {
  line-height: 1.5;
}

.howto__notes {
  display: block;
  margin: 15px 0 0;
  font-size: 1.2rem;
}

@media screen and (max-width:768px){
  .howto {
    padding: 75px 0 50px;
    background: #f6f6f6;
  }

  .howto .secTitle {
    margin: 0 0 60px;
  }

  .howto__step {
  }

  .howto__step ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    margin: 0 -14px;
  }

  .howto__step ul li {
    width: 50%;
    margin: 0 0 50px;
    padding: 0 14px;
  }

  .howto__item {
    position: relative;
    height: 100%;
    padding: 30px;
    background: #fff;
  }

  .howto__step ul li:nth-child(2) .howto__item {
    padding: 50px 30px 30px 30px;
  }

  .howto__step ul li:nth-child(3) .howto__item {
    padding: 50px 30px 30px 30px;
  }

  .howto__icon {
    position: absolute;
    top: -10px;
    left: 40px;
    font-size: 2.8rem;
  }

  .howto__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .howto__img {
    width: 20%;
  }

  .howto__text {
    width: 68%;
  }

  .howto__img img {
    display: block;
    margin: 0 auto;
  }

  .howto__img img.step01 {
    width: 64px;
  }

  .howto__img img.step02 {
    width: 68px;
  }

  .howto__img img.step03 {
    width: 56px;
  }

  .howto__img img.step04 {
    width: 58px;
  }

  .howto__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .howto__notes {
    display: block;
    margin: 15px 0 0;
    font-size: 1.2rem;
  }
}

@media screen and (max-width:480px){
  .howto {
    padding: 75px 0 50px;
    background: #f6f6f6;
  }

  .howto .secTitle {
    margin: 0 0 60px;
  }

  .howto__step {
  }

  .howto__step ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    margin: 0;
  }

  .howto__step ul li {
    width: 100%;
    margin: 0 0 50px;
    padding: 0 ;
  }

  .howto__item {
    position: relative;
    height: 100%;
    padding: 30px;
    background: #fff;
  }

  .howto__step ul li:nth-child(2) .howto__item {
    padding: 30px;
  }

  .howto__step ul li:nth-child(3) .howto__item {
    padding: 30px;
  }

  .howto__icon {
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 2.8rem;
  }

  .howto__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .howto__img {
    width: 20%;
  }

  .howto__text {
    width: 68%;
  }

  .howto__img img {
    display: block;
    margin: 0 auto;
  }

  .howto__img img.step01 {
    width: 64px;
  }

  .howto__img img.step02 {
    width: 68px;
  }

  .howto__img img.step03 {
    width: 56px;
  }

  .howto__img img.step04 {
    width: 58px;
  }

  .howto__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .howto__notes {
    display: block;
    margin: 15px 0 0;
    font-size: 1.2rem;
  }
}

/*  buy
---------------------------------------------*/
.buy {
  padding: 110px 0 130px;
}

.buy .mainInner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.buy__img {
  width: 50%;
  line-height: 1.5;
}

.buy .secTitle {
  margin: 0 0 30px;
}

.buy__block {
  width: 50%;
  padding: 0 0 0 30px;
  line-height: 1.8;
}

.buy__name {
  margin: 0 0 30px;
  font-size: 2.4rem;
}

.buy__detail {
  margin: 0 0 5px;
}

.buy__price {
  margin: 0 0 40px;
}

.buy__btn a {
  display: block;
  max-width: 300px;
  margin: 0 0 25px;
  padding: 15px 0;
  background: #222;
  color: #fff;
  text-align: center;
}

.buy__btn a:hover {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.buy .txt-modal {
  display: inline-block;
  border-bottom: 1px dotted #000;
  cursor: pointer;
}

@media screen and (max-width:768px){
  .buy {
    padding: 75px 0;
  }

  .buy .mainInner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }

  .buy__img {
    width: 50%;
    line-height: 1.5;
  }

  .buy .secTitle {
    margin: 0 0 20px;
  }

  .buy__block {
    width: 50%;
    padding: 0 0 0 20px;
    line-height: 1.8;
  }

  .buy__name {
    margin: 0 0 20px;
    font-size: 2.4rem;
  }

  .buy__detail {
    margin: 0 0 5px;
  }

  .buy__price {
    margin: 0 0 20px;
  }

  .buy__btn a {
    display: block;
    max-width: 300px;
    margin: 0 0 20px;
    padding: 15px 0;
    background: #222;
    color: #fff;
    text-align: center;
  }

  .buy__btn a:hover {
    opacity: 0.75;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .buy .txt-modal {
    display: inline-block;
    border-bottom: 1px dotted #000;
    cursor: pointer;
  }
}

@media screen and (max-width:480px){
  .buy {
    padding: 75px 0;
  }

  .buy .mainInner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .buy__img {
    width: 100%;
    line-height: 1.5;
  }

  .buy .secTitle {
    margin: 0 0 20px;
  }

  .buy__block {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
    line-height: 1.8;
  }

  .buy__name {
    margin: 0 0 20px;
    font-size: 2.4rem;
  }

  .buy__detail {
    margin: 0 0 5px;
  }

  .buy__price {
    margin: 0 0 20px;
  }

  .buy__btn a {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px;
    padding: 15px 0;
    background: #222;
    color: #fff;
    text-align: center;
  }

  .buy__btn a:hover {
    opacity: 0.75;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .buy .txt-modal {
    display: inline-block;
    border-bottom: 1px dotted #000;
    cursor: pointer;
    font-size: 1.4rem;
  }
}
