@charset "utf-8";

/* =============================================================

　　Green

============================================================= */
[data-aos=fade-down]{transform:translateY(-50px)}
.green {
  background-image: url(/images/precious3/green/bg-main_pc.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #e2d2a0;
}


@media screen and (max-width:768px){
  .green {
    position: relative;
    background: none;
  }
  
  .green:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background: url(/images/precious3/green/bg-main_tb.jpg) center no-repeat;
    background-size:cover;
  }  
  
  #container {
    position: relative;
    background-color: #005b65;
  }
  
  
}


@media screen and (max-width:480px){
  .green {
    position: relative;
    background: none;
  }
  
  .green:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background: url(/images/precious3/green/bg-main_sp.jpg) center no-repeat;
    background-size:cover;
  } 
  
  #container {
    position: relative;
    background-color: #005b65;
  }
  
 
}

/* Nav */
#drawer-icon span {
  background: #e2d2a0;
}

#drawer-icon span::before,
#drawer-icon span::after {
  background: #e2d2a0;
}

.green #drawer-content {
  background: #004f58;
}
.green .box-nav .menu_form form {
  border: 1px solid #e2d2a0;
}
.green .box-nav .menu_form input[type="submit"]{
  background-image: url('/images/precious3/common/btn-search02.png');
}

.green .box-nav .menu-title {
  color: #31747a;
}

.green .box-nav .menu-list li a {
  color: #e2d2a0;
}


/*  First view
---------------------------------------------*/
.firstview {
  padding: 120px 0 235px;
}

.firstview__inner {
  position: relative;
}

.firstview__new {
  position: relative;
  z-index: 1;
  width: 514px;
  margin: 0 auto;
}

.firstview__img {
  position: relative;
  z-index: 4;
  width: 470px;
  margin: -40px auto 0;
}

.firstview__title {
  margin: 40px 0 0;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.8;
}

.firstview__title span {
  display: block;
  font-size: 5.6rem;
}

@media screen and (max-width:768px){
  .firstview {
    padding: 200px 0 235px;
  }  
}

@media screen and (max-width:480px){
  .firstview {
    padding: 80px 0 150px;
  }

  .firstview__inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }

  .firstview__new {
    position: relative;
    z-index: 1;
    width: 80%;
    margin: 0 auto;
  }

  .firstview__img {
    position: relative;
    z-index: 4;
    width: 80%;
    margin: -30px auto 0;
  }

  .firstview__title {
    margin: 40px 0 0;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.8;
  }

  .firstview__title span {
    display: block;
    font-size: 2.8rem;
  }
}


/*  section01
---------------------------------------------*/
.section01 {
  position: relative;
  max-width: 1270px;
  margin: 0 auto;
}

.section01 figure {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.box-healthy__en span {
  padding-left: 15px;
}

.box-healthy {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 800px;
  margin: 0 auto;
}

.box-healthy__title br {
  display: none;
}

.box-healthy__text {
  width: 475px;
  margin: 100px auto 0;
  line-height: 2;
}

.box-healthy__text p {
  margin-bottom: 30px;
}

.box-healthy__text span {
  font-size: 1.0rem;
}

@media screen and (max-width:768px){
  .section01 {
    position: relative;
    max-width: inherit;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }

  .section01 figure {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }

  .box-healthy {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 800px;
    margin: 0 auto;
  }
  
  .box-healthy__title br {
    display: block;
  }
  
  .box-healthy__title br.displaySP {
    display: none;
  }  
  
  .box-healthy__en span {
    display: block;
    padding-left: 0;
  }

  .box-healthy__text {
    width: 60%;
    margin: 100px auto 0;
    line-height: 2;
  }

  .box-healthy__text p {
    margin-bottom: 30px;
  }

  .box-healthy__text span {
    font-size: 1.0rem;
  }
}

@media screen and (max-width:480px){
  .section01 {
    position: relative;
    max-width: inherit;
    width: 90%;
    margin: 0 auto;
  }

  .section01 figure {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }

  .box-healthy {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0 auto;
  }
  
  .box-healthy__title br {
    display: block;
  }
  
  .box-healthy__title br.displaySP {
    display: block;
  }  
  
  .box-healthy__en span {
    display: block;
    padding-left: 0;
  }

  .box-healthy__text {
    width: 90%;
    margin: 50px auto 0;
    line-height: 2;
  }

  .box-healthy__text p {
    margin-bottom: 30px;
  }

  .box-healthy__text span {
    font-size: 1.0rem;
  }
}

/*  section02
---------------------------------------------*/
.section02 {
  padding: 230px 0 0px;
}

.box-luxury {
  text-align: center;
}

.box-luxury__title br {
  display: none;
}

@media screen and (max-width:768px){
  .box-luxury__title br {
    display: block;
  }
  
  .box-luxury__title br.displaySP {
    display: none;
  }  
}


@media screen and (max-width:480px){ 
  .section02 {
    padding: 120px 0 0px;
  }
  
  .box-luxury__title {
    padding-bottom: 30px;
  }
  
  .box-luxury__title br.displaySP {
    display: block;
  }  
}


/*  section03
---------------------------------------------*/
.section03 .sticky-item {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 0;
    height: 100vh;
}
.section03 .image-container {
    position: relative;
}
.section03 .image-container .image-figure {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
    height: 100vh;
    width: 100%;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.section03 .image-container .image-figure .flow {
  display: none;
}
.section03 .image-container .image-figure.show {
    opacity: 1;
}

.section03 .image-container .figure01 {
    background-image: url(/images/precious3/green/bg-lexury01_pc.png);
    left: -100px;
}
.section03 .image-container .figure02 {
    background-image: url(/images/precious3/green/bg-lexury02_pc.png);
    left: -100px;
}
.section03 .image-container .figure03 {
    background-image: url(/images/precious3/green/bg-lexury03_pc.png);
    left: -100px;
}
.section03 .image-container .figure04 {
    background-image: url(/images/precious3/green/bg-lexury04_pc.png);
    left: -100px;
}
.section03 .image-container .figure05 {
    background-image: url(/images/precious3/green/bg-lexury05_pc.png);
    left: -100px;
}

.section03 .box {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85vh;
    width: 990px;
    margin: 0 auto;
}
.section03 .box .row {
    width: 450px;
    padding-left: 70px;
    font-size: 4.0rem;
    line-height: 1.5;
}

.section03 .box.box05 {
    height: 100vh;
}

.section03 .box .desc {
    width: 320px;
    font-size: 1.6rem;
    line-height: 2;
}

.section03 .box .desc .note {
  margin-top: 20px;
  font-size: 1.2rem;
}

@media screen and (max-width:768px){
  .section03 .sticky-item {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 0;
      height: 100vh;
  }
  .section03 .image-container {
      position: relative;
  }
  .section03 .image-container .image-figure {
      position: absolute;
      opacity: 0;
      -webkit-transition: opacity .5s linear;
      transition: opacity .5s linear;
      height: 100vh;
      width: 100%;
      background-size: auto;
      background-position: center center;
      background-repeat: no-repeat;
  }
  .section03 .image-container .image-figure.show {
      opacity: 1;
  }

  .section03 .image-container .figure01 {
      background-image: url(/images/precious3/green/bg-lexury01_tb.png);
      background-size: 90% auto;
      left: 0;
  }
  .section03 .image-container .figure02 {
      background-image: url(/images/precious3/green/bg-lexury02_tb.png);
      background-size: 90% auto;
      left: 0;
  }
  .section03 .image-container .figure03 {
      background-image: url(/images/precious3/green/bg-lexury03_tb.png);
      background-size: 90% auto;
      left: 0;
  }
  .section03 .image-container .figure04 {
      background-image: url(/images/precious3/green/bg-lexury04_tb.png);
      background-size: 90% auto;
      left: 0;
  }
  .section03 .image-container .figure05 {
      background-image: url(/images/precious3/green/bg-lexury05_tb.png);
      background-size: 90% auto;
      left: 0;
  }


  .section03 .box {
      position: relative;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content:flex-start;
      align-items: center;
      flex-direction: column;
      left: 3%;
      height: 100vh;
      width: 75%;
      margin: 0 auto;
  }

  .section03 .box .row {
      width: 100%;
      padding-left: 0;
      font-size: 4.0rem;
      line-height: 1.5;
  }

  .section03 .box .desc {
      width: 100%;
      margin-top: 50px;
      font-size: 1.6rem;
      line-height: 2;
  }
  
  .section03 .box .desc br {
    display: none;
  }

  .section03 .box .desc .note {
    margin-top: 20px;
    font-size: 1.2rem;
  }

}


@media screen and (max-width:480px){
  
  .section03 .sticky-item {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 0;
      height: 100vh;
  }
 
  .section03 .image-container {
      position: relative; 
  }
  .section03 .image-container .image-figure {
      position: absolute;
      opacity: 0;
      -webkit-transition: opacity .5s linear;
      transition: opacity .5s linear;
      height: 100vh;
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; 
  }
  

  .section03 .image-container .image-figure.show {
      opacity: 1;
  }
  
  .section03 .image-container .image-figure .flow {
    display: block;
    position: absolute;
    top: 35%;
    left: 5%;
    width: 11px;
  }


  .section03 .image-container .figure01 {
      background-image: url(/images/precious3/green/bg-lexury01_sp.jpg);  
  }
  .section03 .image-container .figure02 {
      background-image: url(/images/precious3/green/bg-lexury02_sp.jpg);
  }
  .section03 .image-container .figure03 {
      background-image: url(/images/precious3/green/bg-lexury03_sp.jpg);
  }
  .section03 .image-container .figure04 {
      background-image: url(/images/precious3/green/bg-lexury04_sp.jpg);
  }
  .section03 .image-container .figure05 {
      background-image: url(/images/precious3/green/bg-lexury05_sp.jpg);
  }

  .section03 .box {
      position: relative;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content:flex-start;
      align-items: center;
      flex-direction: column;
      left: 3%;
      height: 100vh;
      width: 75%;
      margin: 0 auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  
  .section03 .box01 {
    z-index: 20;
  }
    
  
  .section03 .box .row {
      width: 100%;
      padding-left: 0;
      font-size: 2.8rem;
      line-height: 1.5;
  }

  .section03 .box .desc {
      width: 100%;
      margin-top: 50px;
      font-size: 1.6rem;
      line-height: 2;
  }
  
  .section03 .box .desc br {
    display: none;
  }

  .section03 .box .desc .note {
    margin-top: 20px;
    font-size: 1.0rem;
  }
  
}

/*  section04
---------------------------------------------*/
.box-commit {
  padding: 110px 0;
}

.box-commit__title span {
  display: none;
}

.box-commit__block {
  width: 600px;
  margin: 60px auto;
}

.box-commit__block.-bloc01 {
  padding-bottom: 60px;
}

.box-commit .box-text {
  margin: 40px 0 0;
}

.box-commit .box-text__title {
  font-size: 4.0rem;
  text-align: center;
}

.box-commit .box-text__text {
  width: 480px;
  margin: 60px auto 0;
}

.box-commit .box-text__text p {
  line-height: 2;
}

.box-commit .box-text__text span {
  display: block;
  margin: 20px 0 0;
  font-size: 1.2rem;
}

.box-commit .box-img {
  position: relative;
}

.box-commit .box-img .video {
  width: 600px;
  height: 600px;
  overflow: hidden;
  border-radius: 50%;
}

.box-commit__block.-bloc01 .box-img__img {
  position: absolute;
  top: 50%;
  left: 70%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width:768px){
  .box-commit {
    padding: 110px 0;
  }

  .box-commit__block {
    width: 600px;
    margin: 60px auto;
  }

  .box-commit__block.-bloc01 {
    padding-bottom: 60px;
  }

  .box-commit .box-text {
    margin: 40px 0 0;
  }

  .box-commit .box-text__title {
    font-size: 4.0rem;
    text-align: center;
  }

  .box-commit .box-text__text {
    width: 480px;
    margin: 60px auto 0;
  }

  .box-commit .box-text__text p {
    line-height: 2;
  }

  .box-commit .box-text__text span {
    display: block;
    margin: 20px 0 0;
    font-size: 1.2rem;
  }

  .box-commit .box-img {
    position: relative;
  }
  
  .box-commit__block.-bloc01 .box-img {
    padding-bottom: 120px;
  }

  .box-commit .box-img .video {
    width: 600px;
    height: 600px;
    overflow: hidden;
    border-radius: 50%;
  }

  .box-commit__block.-bloc01 .box-img__img {
    position: absolute;
    top: 56%;
    left: 60%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 600px;
    margin: 0 auto;
  }
  
  .box-commit__block.-bloc01 .box-img__img img {
    width: 440px;
  }
  
}

@media screen and (max-width:480px){
  .box-commit {
    padding: 60px 0;
  }
  
  .box-commit__title span {
    display: inline;
  }


  .box-commit__block {
    width: 280px;
    margin: 30px auto;
  }

  .box-commit__block.-bloc01 {
    padding-bottom: 60px;
  }

  .box-commit .box-text {
    margin: 40px 0 0;
  }

  .box-commit .box-text__title {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: center;
  }

  .box-commit .box-text__text {
    width: 100%;
    margin: 40px auto 0;
  }

  .box-commit .box-text__text p {
    line-height: 2;
  }

  .box-commit .box-text__text span {
    display: block;
    margin: 20px 0 0;
    font-size: 1.2rem;
  }

  .box-commit .box-img {
    position: relative;
  }
  
  .box-commit__block.-bloc01 .box-img {
    padding-bottom: 120px;
  }

  .box-commit .box-img .video {
    position: relative;
    width: 280px;
    height: 280px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
  }
  
  .box-commit .box-img .video video {
    width: 280px;
  }

  .box-commit__block.-bloc01 .box-img__img {
    position: absolute;
    z-index: 2;
    top: 58%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 280px;
    margin: 0 auto;
  }
  
  .box-commit__block.-bloc01 .box-img__img img {
    width: 280px;
  }
  
}

/*  section05
---------------------------------------------*/
.box-how {
  padding: 110px 0;
}


.box-how .title-en {
  font-size: 6.8rem;
}

.box-how .section-title {
  margin: -35px 0 0;
  font-size: 4.0rem;
}


.box-how .box-step {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content:space-between;
  width: 980px;
  margin: 0 auto;
  padding: 120px 0 0;
}

.box-how .box-step li {
  position: relative;
  z-index: 7;
  width: 216px;
}

.box-how .box-step li::after {
  position: absolute;
  z-index: 8;
  top: 100px;
  right: -60px;
  content: "";
  width: 72px;
  height: 7px;
  margin: 0 auto 0 0;
  background-image: url(/images/precious3/common/how-arrow_pc.png);
  background-size: cover;
}

.box-how .box-step li:nth-child(2) {
  z-index: 5;
}

.box-how .box-step li:nth-child(2)::after {
  z-index: 6:
}

.box-how .box-step li:nth-child(3) {
  z-index: 3;
}

.box-how .box-step li:nth-child(3)::after {
  z-index: 4:
}

.box-how .box-step li:last-child {
  z-index: 2;
}

.box-how .box-step li:last-child::after {
  display: none;
}

.box-how .box-step__text {
  margin: 30px 0 0;
  padding: 0 30px;
  line-height: 1.8;
}

@media screen and (max-width:768px){
  .box-how {
    padding: 110px 0;
  }


  .box-how .title-en {
    font-size: 6.8rem;
  }

  .box-how .section-title {
    margin: -35px 0 0;
    font-size: 4.0rem;
  }


  .box-how .box-step {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:space-between;
    width: 90%;
    margin: 0 auto;
    padding: 120px 0 0;
  }

  .box-how .box-step li {
    position: relative;
    z-index: 7;
    width: 150px;
    font-size: 1.4rem;
  }

  .box-how .box-step li::after {
    position: absolute;
    z-index: 8;
    top: 70px;
    right: -50px;
    content: "";
    width: 72px;
    height: 7px;
    margin: 0 auto 0 0;
    background-image: url(/images/precious3/common/how-arrow_pc.png);
    background-size: cover;
  }

  .box-how .box-step li:nth-child(2) {
    z-index: 5;
  }

  .box-how .box-step li:nth-child(2)::after {
    z-index: 6:
  }

  .box-how .box-step li:nth-child(3) {
    z-index: 3;
  }

  .box-how .box-step li:nth-child(3)::after {
    z-index: 4:
  }

  .box-how .box-step li:last-child {
    z-index: 2;
  }

  .box-how .box-step li:last-child::after {
    display: none;
  }

  .box-how .box-step__text {
    margin: 30px 0 0;
    padding: 0 10px;
    line-height: 1.8;
  }
  
}

@media screen and (max-width:480px){
  .box-how {
    padding: 60px 0;
  }


  .box-how .title-en {
    font-size: 4.6rem;
    letter-spacing: normal;
  }

  .box-how .section-title {
    margin: -25px 0 0;
    font-size: 2.8rem;
  }


  .box-how .box-step {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 60px 0 0;
  }

  .box-how .box-step li {
    position: relative;
    z-index: 7;
    width: auto;
    margin-bottom: 35px;
    font-size: 1.4rem;
  }
  .box-how .box-step li::after {
    position: absolute;
    z-index: 8;
    top: inherit;
    right: inherit;
    bottom: -45px;
    left: 19%;
    content: "";
    width: 7px;
    height: 57px;
    margin: 0 auto 0 0;
    background-image: url(/images/precious3/common/how-arrow_sp.png);
    background-size: cover;
  }

  .box-how .box-step li:nth-child(2) {
    z-index: 5;
  }

  .box-how .box-step li:nth-child(2)::after {
    z-index: 6:
  }

  .box-how .box-step li:nth-child(3) {
    z-index: 3;
  }

  .box-how .box-step li:nth-child(3)::after {
    z-index: 4:
  }

  .box-how .box-step li:last-child {
    z-index: 2;
    margin-left: 0;
  }

  .box-how .box-step li:last-child::after {
    display: none;
  }
  
  .box-step__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .box-step__img {
    width: 40%;
  }

  .box-how .box-step__text {
    width: 55%;
    margin: 0;
    padding: 0 10px;
    line-height: 1.8;
  }
  
}

/*  section06
---------------------------------------------*/
.box-buy {
  padding: 110px 0;
}

.box-buy__inner {
  width: 600px;
  margin: 120px auto 0;
}

.box-buy__name {
  margin: 60px 0;
  text-align: center;
}

.box-buy__name p {
  font-size: 4.0rem;
}

.box-buy__name p span {
  display: block;
  margin-top: 10px;
  font-size: 2.4rem;
}

.box-buy__price {
  margin: 0 auto 60px;
  line-height: 1.5;
}
.box-buy__price p{
  text-align: center;
}
.box-buy__price span{
  font-size: 14px;
}

.box-buy__btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 530px;
  margin: 0 auto 60px;
}

.box-buy__btn > div {
  width: 256px;
  border-radius: 4px;
  overflow: hidden;
}

.box-buy__btn > div a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
  background: #f7f7f7;
  color: #106870;
  font-size: 1.6rem;
}

.box-buy__btn .icon {
  margin-right: 10px;
}

.box-buy__btn .btn-online .icon {
  width: 17px;
}

.box-buy__btn .btn-shop .icon {
  width: 18px;
}

.box-buy .txt-modal {
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.box-buy .txt-modal:hover {
  text-decoration: none;
}

@media screen and (max-width:768px){
  .box-buy__btn > div a {
    padding: 18px 0;
  }
}

@media screen and (max-width:460px){ 
  .box-buy {
    padding: 60px 0;
  }

  .box-buy__inner {
    width: 90%;
    margin: 60px auto 0;
  }
  
  .box-buy__img {
    width: 90%;
    margin: 0 auto;
  }

  .box-buy__name {
    margin: 40px 0;
    text-align: center;
  }

  .box-buy__name p {
    font-size: 2.4rem;
  }

  .box-buy__name p span {
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .box-buy__btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 40px;
  }

  .box-buy__btn > div {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
  }

  .box-buy__btn > div a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
    background: #f7f7f7;
    color: #106870;
    font-size: 1.6rem;
  }
  
  .box-buy__btn .btn-online {
    margin-bottom: 10px;
  }

  .box-buy__btn .icon {
    margin-right: 10px;
  }

  .box-buy__btn .btn-online .icon {
    width: 17px;
  }

  .box-buy__btn .btn-shop .icon {
    width: 18px;
  }

  .box-buy .txt-modal {
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
  }

  .box-buy .txt-modal:hover {
    text-decoration: none;
  }
  
}

/*  section07
---------------------------------------------*/
.labo-slide .bx-wrapper .bx-controls-direction {
   display: none; 
}

@media screen and (max-width:480px){ 
  .labo-slide .bx-wrapper .bx-controls-direction {
     display: block; 
  }  
}



/*
2020.10.16 追加セクション
*/
@media screen and (min-width:769px){
  .section-ext {
    margin: 0 auto;
    padding-bottom: 82px;
    width: 800px;
  }
  .section-ext:after {
    content: "";
    clear: both;
    display: table;
  }
  .section-ext__head {
    float: right;
    padding-top: 21px;
    width: 57%;
  }
  .section-ext .title-en {
    font-size: 59px;
    text-align: left;
  }
  .section-ext .section-title {
    font-size: 42px;
    margin-top: 0;
    padding-top: 13px;
    text-align: left;
  }
  .section-ext__imgbox {
    float: left;
    width: 34%;
  }
  .section-ext__p {
    float: right;
    font-size: 16px;
    line-height: 2em;
    padding-top: 39px;
    width: 57%;
  }
}
/*TB*/
@media screen and (max-width:768px){
  .section-ext {
  }
  .section-ext__head {
    margin-bottom: 56px;
  }
  .section-ext .section-title {
    font-size: 42px;
    padding-top: 5px;
  }
  .section-ext__imgbox {
    margin: 0 auto 47px;
    width: 40%;
  }
  .section-ext__p {
    display: block;
    font-size: 16px;
    line-height: 2em;
    margin: 0 auto;
    width: 470px;
  }
}
/*SP*/
@media screen and (max-width:480px){
  .section-ext {
    padding: 60px 0;
  }
  .section-ext__head {
    margin-bottom: 15.7%;
  }
  .section-ext .section-title {
    font-size: 36px;
    padding-top: 5px;
  }
  .section-ext__imgbox {
    margin: 0 auto 9%;
    width: 49%;
  }
  .section-ext__p {
    font-size: 15px;
    line-height: 1.6em;
    width: 80%;
  }
}























