.style_2021 {
  position: relative;
/*  overflow: hidden;*/
/*  padding-top: 20px;*/
  text-align: center;
}

.style_2021 > h2 {
  margin: 100px auto 0;
  width: 559px;
}

.style_2021_column h3 {
  margin: 0 auto 45px;
  padding-top: 155px;
  width: 553px;
}

.style_2021_navi {
  margin: 0 0 150px;
}

.style_2021_navi ul {
  display: flex;
  justify-content: center;
}

.style_2021_navi li {
  margin: 0 0 0 35px;
  width: 332px;
}

.style_2021_navi li:first-child {
  margin: 0;
}

.style_2021_navi li a {
  transition: ease-out 0.3s;
}

.style_2021_navi li a:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
  transition: ease-out 0.3s;
}

@media screen and (max-width: 690px) {

  .top-block {
    margin-bottom: 20px;
  }
/*
  .style_2021 {
    padding-top: 20px;
  }
*/
  .style_2021 > h2 {
    display: none;
  }

  .style_2021_column h3 {
    margin: 0 auto 18px;
    padding-top: 85px;
    width: 150px;
  }

  .style_2021_navi {
    margin: 0 20px 15px;
  }

  .style_2021_navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .style_2021_navi li {
    margin: 0 0 10px;
    width: calc(50% - 5px);
  }

  .style_2021_navi li:first-child {
    margin: 0 0 10px;
  }

}

.tyle_2021_body li {
  height: 850px;
  position: relative;
}

.tyle_2021_body li::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  bottom: 0;
  height: 850px;
  width: 50%;
}

.tyle_2021_body li > div {
  margin: 0 auto;
  padding: 80px 65px;
  position: relative;
  height: 850px;
  min-width: 1260px;
}

.effect_img_box {
  margin: 0 auto;
  width: 1120px;
  height: 690px;
  position: relative;
}

.effect_img_box figure {
  display: none;
}

.effect_olive {
  background: #b4d2c6;
}

.effect_olive::before {
  background: #acc8bf;
}

.effect_olive > div {
  background: url(../img/style2021/effect_olive_pc.jpg) no-repeat center center;
  background-size: 1600px auto;
}

.effect_pink {
  background: #e4c1c4;
}

.effect_pink::before {
  background: #f3d2d5;
}

.effect_pink > div {
  background: url(../img/style2021/effect_pink_pc.jpg) no-repeat center center;
  background-size: 1600px auto;
}

.effect_rose {
  background: #b38492;
}

.effect_rose::before {
  background: #be8d9b;
}

.effect_rose > div {
  background: url(../img/style2021/effect_rose_pc.jpg) no-repeat center center;
  background-size: 1600px auto;
}

.effect_mauve {
  background: #b3a8cc;
}

.effect_mauve::before {
  background: #a79cbc;
}

.effect_mauve > div {
  background: url(../img/style2021/effect_mauve_pc.jpg) no-repeat center center;
  background-size: 1600px auto;
}

@media screen and (max-width: 690px) {

  .tyle_2021_body li {
    height: auto;
  }

  .tyle_2021_body li::before {
    display: none;
  }

  .tyle_2021_body li > div {
    margin: 0;
    padding: 0;
    height: auto;
    background: none;
    min-width: inherit;
  }

  .effect_img_box {
    width: auto;
    height: auto;
  }

  .effect_img_box figure {
    display: block;
  }

}

.tyle_2021_body h4 {
  position: absolute;
}

.effect_olive h4 {
  top: 80px;
  left: 65px;
  width: 618px;
}

.effect_pink h4 {
  bottom: 80px;
  right: 65px;
  width: 628px;
}

.effect_rose h4 {
  bottom: 80px;
  right: 65px;
  width: 611px;
}

.effect_mauve h4 {
  top: 80px;
  left: 65px;
  width: 430px;
}

@media screen and (max-width: 690px) {

  .tyle_2021_body h4 {
    position: absolute;
    left: 20px;
    top: 30px;
    max-width: calc(100% - 40px);
    z-index: 2;
  }

  .effect_olive h4 {
    width: 330px;
  }

  .effect_pink h4 {
    width: 330px;
    right: auto;
    bottom: auto;
  }

  .effect_rose h4 {
    width: 330px;
    right: auto;
    bottom: auto;
  }

  .effect_mauve h4 {
    width: 230px;
  }

}

.click_btn {
  position: absolute;
  width: 47px;
  height: 47px;
}

.click_btn img {
  width: 47px;
  height: auto;
  transition: .6s;
}

.click_btn:hover {
  cursor: pointer;
}

.click_btn:hover img{
  transform: rotate(-360deg);
}

.btn_mint {
  left: 35px;
  top: 135px;
}

.btn_seetthrouh {
  left: 610px;
  top: 25px;
}

.btn_healthy {
  left: 1035px;
  top: 465px;
}

.btn_cotton {
  left: 445px;
  top: 100px;
}

.btn_taffy {
  left: 65px;
  top: 445px;
}

.btn_pure {
  left: 885px;
  top: 520px;
}

.btn_nudy {
  left: 70px;
  top: 200px;
}

.btn_bitter {
  left: 480px;
  top: 385px;
}

.btn_claret {
  left: 1090px;
  top: 310px;
}

.btn_urban {
  left: 270px;
  top: 625px;
}

.btn_light {
  left: 1010px;
  top: 120px;
}

.btn_imperial {
  left: 605px;
  top: 515px;
}

@media screen and (max-width: 690px) {

  .btn_mint {
    left: auto;
    right: 30px;
    top: 26vw;
  }

  .btn_seetthrouh {
    left: 10px;
    top: auto;
    bottom: 35vw;
  }

  .btn_healthy {
    left: auto;
    right: 10px;
    top: auto;
    bottom: 35vw;
  }

  .btn_cotton {
    left: auto;
    right: 10px;
    top: auto;
    bottom: 35vw;
  }

  .btn_taffy {
    left: 10px;
    top: auto;
    bottom: 35vw;
  }

  .btn_pure {
    left: auto;
    right: 30px;
    top: 26vw;
  }

  .btn_nudy {
    left: 10px;
    top: auto;
    bottom: 35vw;
  }

  .btn_bitter {
    left: auto;
    right: 10px;
    top: auto;
    bottom: 35vw;
  }

  .btn_claret {
    left: auto;
    right: 30px;
    top: 26vw;
  }

  .btn_urban {
    left: auto;
    right: 30px;
    top: 26vw;
  }

  .btn_light {
    left: auto;
    right: 10px;
    top: auto;
    bottom: 35vw;
  }

  .btn_imperial {
    left: 10px;
    top: auto;
    bottom: 35vw;
  }

}

.modal_back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background:rgba(0,0,0,0.75);
  opacity: 0;
  z-index: -1;
	transition: opacity 0.25s ease 0s;
}

.modal_back.modal_open {
  opacity: 1;
  z-index: 10000;
	transition: opacity 0.25s ease 0s;
}

.modal_area {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
	transition: opacity 0.25s ease 0s;
}

.modal_area.modal_open {
  z-index: 10001;
  opacity: 1;
	transition: opacity 0.25s ease 0s;
}

.modal_box {
  max-width: 1100px;
  max-height: 700px;
  position: relative;
}

@media all and (-ms-high-contrast: none) {

  .modal_box {
    width: 1100px;
  }

}

.modal_box .btn_close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media screen and (max-width: 690px) {

  .modal_box {
    max-width: inherit;
    max-height: inherit;
    width: 90%;
  }

  .modal_box .btn_close {
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
  }

}
