/* remoorder
----------------------------------------------------------------- */
.remoorder {
  color: #313131;
}

.remoorder__lead {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 750px) {
  .remoorder__lead {
    font-size: 3.2vw;
  }
}

.remoorder__button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 220px;
  border: 1px solid #CCCCCC;
  background-repeat: no-repeat;
  background-color: #FFCF9C;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  background-image: -webkit-linear-gradient(#FFFFFF 0%, #FFFFFF 100%);
  background-image: linear-gradient(#FFFFFF 0%, #FFFFFF 100%);
  background-size: 89.8% 68.1%;
  background-position: center;
}

.remoorder__button:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/common/icon-remoorder.svg);
  background-size: contain;
  background-position: bottom;
  bottom: 0;
  left: 4%;
  width: 19.7%;
  height: 93.6%;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .remoorder__button {
    height: 29.333vw;
  }
}

.remoorder__logo {
  z-index: 2;
  width: 53.9% !important;
}

.remoorder__arrow {
  position: relative;
}

.remoorder__arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 58%;
  right: 10%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 20px;
  height: 20px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

@media screen and (max-width: 750px) {
  .remoorder__arrow:after {
    width: 2.666vw;
    height: 2.666vw;
  }
}

/* instagram
----------------------------------------------------------------- */
.instagram {
  color: #313131;
}

.instagram__header {
  position: relative;
  cursor: pointer;
  padding: 30px 45px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 750px) {
  .instagram__header {
    padding: 4vw 6vw;
  }
}

.instagram__logo {
  width: 354px;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .instagram__logo {
    width: 47.199vw;
    margin-bottom: 1.333vw;
  }
}

.instagram__lead {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .instagram__lead {
    font-size: 3.733vw;
  }
}

.instagram__plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 40px;
  height: 40px;
}

.instagram__plus:before, .instagram__plus:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
}

.instagram__plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.instagram__plus--show {
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

@media screen and (max-width: 750px) {
  .instagram__plus {
    width: 5.333vw;
    height: 5.333vw;
  }
}

.instagram__list {
  display: none;
  padding: 30px 45px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 750px) {
  .instagram__list {
    padding: 4vw 6vw;
  }
}

.instagram__item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.instagram__item + .instagram__item {
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 750px) {
  .instagram__item {
    padding-top: 2.666vw;
    padding-bottom: 2.666vw;
  }
}

/* account
----------------------------------------------------------------- */
.account__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.account__arrow {
  position: relative;
}

.account__arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 20px;
  height: 20px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

@media screen and (max-width: 750px) {
  .account__arrow:after {
    width: 2.666vw;
    height: 2.666vw;
  }
}

.account__icon {
  width: 80px;
  margin-right: 40px;
}

@media screen and (max-width: 750px) {
  .account__icon {
    width: 10.666vw;
    margin-right: 5.333vw;
  }
}

.account__title {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .account__title {
    font-size: 3.733vw;
  }
}

.account__id {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .account__id {
    font-size: 3.2vw;
  }
}
/* util
----------------------------------------------------------------- */

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .mb50 {
    margin-bottom: 6.666vw;
  }
}