/* breadkpoint mixin */
.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  margin: 0;
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
}

@media screen and (min-width: 769px) {
  .modal_box {
    width: 80%;
    max-width: 850px;
    padding: 40px 30px 30px;
    font-size: 11.5px;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .modal_box {
    width: 90%;
    padding: 5% 4%;
    font-size: 2vw;
    line-height: 1.5;
    height: 70vh;
    overflow: scroll;
  }
}

@media screen and (min-width: 769px) {
  .modal_box h3 {
    float: right;
    width: 55%;
    clear: both;
    font-size: 20.5px;
    margin-bottom: 1%;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  .modal_box h3 {
    font-size: 4.3vw;
    margin-bottom: 3vw;
  }
}

@media screen and (min-width: 769px) {
  .modal_box .discription {
    float: right;
    width: 55%;
    clear: both;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 768px) {
  .modal_box .discription {
    margin-bottom: 41vw;
    font-size: 3.3vw;
  }
}

.modal_box .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: BlockBE Regular;
}

@media screen and (min-width: 769px) {
  .modal_box .circle {
    position: absolute;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 33%;
    top: 30px;
    left: 7%;
  }
}

@media screen and (max-width: 768px) {
  .modal_box .circle {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 80%;
    margin: 0 auto 32vw;
  }
}

@media screen and (min-width: 769px) {
  .modal_box .circle .circle_inner {
    position: relative;
    width: 30%;
  }
  .modal_box .circle .circle_inner:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}

.modal_box .circle .circle_inner dl {
  border: 1px solid #fff;
  border-radius: 50%;
  display: table;
}

@media screen and (min-width: 769px) {
  .modal_box .circle .circle_inner dl {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .modal_box .circle .circle_inner dl {
    width: 16vw;
    height: 16vw;
  }
}

.modal_box .circle .circle_inner dl dd {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 1.1;
  letter-spacing: 1px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .modal_box .circle .circle_inner dl dd {
    padding-bottom: 2px;
    font-size: 19px;
  }
}

@media screen and (max-width: 768px) {
  .modal_box .circle .circle_inner dl dd {
    padding-bottom: 0.2vw;
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 769px) {
  .modal_box .circle .circle_inner dl dd span {
    font-size: 21px;
  }
}

@media screen and (max-width: 768px) {
  .modal_box .circle .circle_inner dl dd span {
    font-size: 4vw;
  }
}

.modal_box .circle .circle_inner dl dd .txt {
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .modal_box .circle .circle_inner dl dd .txt {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .modal_box .circle .circle_inner dl dd .txt {
    font-size: 2vw;
  }
}

@media screen and (min-width: 769px) {
  .modal_box .package {
    position: absolute;
    width: 35%;
    top: 150px;
    left: 50px;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .modal_box .package {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .modal_box .light {
    position: absolute;
    top: 30px;
    left: 0;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .modal_box .light {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .modal_box h4 {
    float: right;
    width: 55%;
    clear: both;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .modal_box h4 {
    font-size: 3.3vw;
    margin-bottom: 1vw;
  }
}

@media screen and (min-width: 769px) {
  .modal_box h4 span {
    font-size: 14px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .modal_box h4 span {
    font-size: 3vw;
    margin-left: 0.5vw;
  }
}

@media screen and (min-width: 769px) {
  .modal_box .product_info {
    float: right;
    width: 55%;
    clear: both;
    margin-bottom: 1%;
  }
}

@media screen and (max-width: 768px) {
  .modal_box .product_info {
    margin-bottom: 2vw;
  }
}

@media screen and (min-width: 769px) {
  .modal_box .origin {
    float: right;
    width: 55%;
    clear: both;
  }
}

.modal_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .modal_box ul {
    float: right;
    width: 55%;
    clear: both;
    margin-bottom: 1%;
  }
}

@media screen and (max-width: 768px) {
  .modal_box ul {
    margin-bottom: 2vw;
  }
}

.modal_box ul li {
  width: 33%;
}

@media screen and (min-width: 769px) {
  .modal_box .modal_link {
    float: right;
    width: 55%;
    clear: both;
    margin: 1.5% 0;
  }
}

@media screen and (max-width: 768px) {
  .modal_box .modal_link {
    margin: 2vw 0 3vw;
    background: url(../img/arrow@sp.png) bottom left no-repeat;
    background-size: 43%;
  }
}

.modal_box .modal_link a {
  color: #4b91ff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 769px) {
  .modal_box .modal_link a {
    font-size: 15.3px;
  }
}

@media screen and (max-width: 768px) {
  .modal_box .modal_link a {
    font-size: 3.3vw;
  }
}

@media screen and (min-width: 769px) {
  .modal_box .modal_link a img {
    display: inline-block;
    width: auto;
    padding-bottom: 7px;
    padding-left: 7px;
  }
}

@media screen and (max-width: 768px) {
  .modal_box .modal_link a img {
    display: none;
  }
}

.modal_box .modal_link:hover a {
  color: #6aa2fd;
}

@media screen and (min-width: 769px) {
  .modal_box .store_modal {
    float: right;
    width: 55%;
    clear: both;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .modal_box .store_modal {
    position: absolute;
    top: 86vw;
  }
}

.modal_box .store_modal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .modal_box .store_modal ul {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .modal_box .store_modal ul {
    width: 95%;
  }
}

.modal_box .store_modal ul li {
  width: 49%;
}

.modal_box .store_modal ul li a {
  float: none;
  width: auto;
}

.modal_box .store_modal ul li a picture {
  width: 100%;
  padding: 0;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.modal_box .store_modal ul li:hover picture {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  .modal_box .store_note {
    float: right;
    width: 55%;
    clear: both;
    margin-top: 10px;
    font-size: 10.5px;
  }
}

@media screen and (max-width: 768px) {
  .modal_box .store_note {
    font-size: 1.8vw;
    width: 90%;
    position: absolute;
    top: 101vw;
  }
}

.modal_box .store_note a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #plane.modal_box {
    background: url(../img/modal_product_plane@sp.png) center 9vw no-repeat #000;
    background-attachment: local;
    background-size: 90%;
  }
  #nonsugar.modal_box {
    background: url(../img/modal_product_nonsugar@sp.png) center 9vw no-repeat #000;
    background-attachment: local;
    background-size: 90%;
  }
  #nonsugar.modal_box .discription {
    margin-bottom: 36vw;
  }
  #strawberry.modal_box {
    background: url(../img/modal_product_strawberry@sp.png) center 9vw no-repeat #000;
    background-attachment: local;
    background-size: 90%;
  }
  #blueberry.modal_box {
    background: url(../img/modal_product_blueberry@sp.png) center 9vw no-repeat #000;
    background-attachment: local;
    background-size: 90%;
  }
  #limited.modal_box {
    background: url(../img/modal_product_ltd_saltysummer@sp.png) center 23vw no-repeat #000;
    background-attachment: local;
    background-size: 90%;
  }
  #limited.modal_box .store_modal {
    top: 92vw;
  }
  #limited.modal_box .discription {
    margin-bottom: 36vw;
  }
  #limited.modal_box .circle {
    margin-bottom: 5vw;
  }
  #pink_grapefruit.modal_box {
    background: url(../img/modal_product_pink_grapefruit@sp.png) center 9vw no-repeat #000;
    background-attachment: local;
    background-size: 90%;
  }
  #dragon_fruit.modal_box {
    background: url(../img/modal_product_ltd_dragon_fruit@sp.png) center 18vw no-repeat #000;
    background-attachment: local;
    background-size: 90%;
  }
  #dragon_fruit.modal_box .store_modal {
    top: 92vw;
  }
  #dragon_fruit.modal_box .discription {
    margin-bottom: 40vw;
  }
  #dragon_fruit.modal_box .circle {
    margin-bottom: 5vw;
  }
  #banana.modal_box {
    background: url(../img/modal_product_ltd_banana@sp.png) center 18vw no-repeat #000;
    background-attachment: local;
    background-size: 90%;
  }
  #banana.modal_box .store_modal {
    top: 92vw;
  }
  #banana.modal_box .discription {
    margin-bottom: 40vw;
  }
  #banana.modal_box .circle {
    margin-bottom: 5vw;
  }
  #pine.modal_box {
    background: url(../img/modal_product_ltd_pine@sp.png) center 18vw no-repeat #000;
    background-attachment: local;
    background-size: 90%;
  }
  #pine.modal_box .store_modal {
    top: 92vw;
  }
  #pine.modal_box .discription {
    margin-bottom: 40vw;
  }
  #pine.modal_box .circle {
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .close_area {
    position: absolute;
    top: 1vw;
    right: 1vw;
  }
}

@media screen and (max-width: 768px) {
  .close_area {
    position: absolute;
    top: 1vh;
    right: 2vw;
  }
}

.close_area .modal_close {
  display: inline-block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .close_area .modal_close {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .close_area .modal_close {
    width: 8vw;
    height: 8vw;
  }
}

.close_area .modal_close span:before, .close_area .modal_close span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8% 0 0 -42%;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .close_area .modal_close span:before, .close_area .modal_close span:after {
    width: 98%;
    height: 2%;
  }
}

@media screen and (max-width: 768px) {
  .close_area .modal_close span:before, .close_area .modal_close span:after {
    width: 96%;
    height: 4%;
  }
}

.close_area .modal_close span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close_area .modal_close span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 999;
}

.modal-movie--opened {
  opacity: 1;
  pointer-events: all;
}

.modal-movie-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.modal-movie-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 0;
  padding-top: calc(9 / 16 * 70%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.modal-movie-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-movie-container .modal-movie-close {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .modal-movie-container .modal-movie-close {
    width: 40px;
    height: 40px;
    top: -35px;
    right: -50px;
  }
}

@media screen and (max-width: 768px) {
  .modal-movie-container .modal-movie-close {
    width: 8vw;
    height: 8vw;
    top: -9vw;
    right: -2vw;
  }
}

.modal-movie-container .modal-movie-close span:before, .modal-movie-container .modal-movie-close span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8% 0 0 -42%;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .modal-movie-container .modal-movie-close span:before, .modal-movie-container .modal-movie-close span:after {
    width: 98%;
    height: 2%;
  }
}

@media screen and (max-width: 768px) {
  .modal-movie-container .modal-movie-close span:before, .modal-movie-container .modal-movie-close span:after {
    width: 96%;
    height: 4%;
  }
}

.modal-movie-container .modal-movie-close span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-movie-container .modal-movie-close span:after {
  -webkit-transform: rotate(-5deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
  .modal-movie--ambassador .modal-movie-container {
    width: calc(4 / 5 * 80vh);
    height: 80vh;
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .modal-movie--ambassador .modal-movie-container {
    width: calc(4 / 5 * 50vh);
    height: 50vh;
    padding-top: 0;
  }
}
